summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.html b/index.html
index b95430d..53d79ec 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,10 @@
<link rel="stylesheet" type="text/css" href="style.css">
<title>Derelict</title>
<body>
-<div id="container"></div>
-<input type="range" min="0" max="1" value="0" id="timeline">
+<div id="wrapper">
+ <div id="container"></div>
+ <div id="toolbar">
+ <input type="range" min="0" max="1" value="0" id="timeline">
+ </div>
+</div>
<script type="module" src="derelict.js"></script>