summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-05 01:44:27 +0200
committerAki <please@ignore.pl>2021-04-05 01:44:27 +0200
commit2464b281d9cdfe2902c526db0357fd89a0177690 (patch)
treed84f0bd1950656cb1effc9f92544872ed7a29be7 /index.html
parentc46a51bf6f1da139663615a892e6eb9fb643cc4e (diff)
downloadderelict-prototype-2464b281d9cdfe2902c526db0357fd89a0177690.zip
derelict-prototype-2464b281d9cdfe2902c526db0357fd89a0177690.tar.gz
derelict-prototype-2464b281d9cdfe2902c526db0357fd89a0177690.tar.bz2
Prepared parts of code for clean-up
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5576386..b95430d 100644
--- a/index.html
+++ b/index.html
@@ -5,5 +5,6 @@
<link rel="stylesheet" type="text/css" href="style.css">
<title>Derelict</title>
<body>
-<script type="module" src="derelict.js"></script>
+<div id="container"></div>
<input type="range" min="0" max="1" value="0" id="timeline">
+<script type="module" src="derelict.js"></script>