summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
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>