aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index 96d423a..0efc4cd 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,12 @@
</div>
</div>
<input id="file-upload" type="file" accept="application/json" />
+ <canvas id="dvd-render"></canvas>
+ <div id="assets">
+ <img src="images/dvd.png" id="dvd" alt="">
+ </div>
<script src="player.js"></script>
+ <script src="dvd.js"></script>
</body>
</html> \ No newline at end of file