aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorIndrajith K L2022-11-30 05:52:51 +0530
committerIndrajith K L2022-11-30 05:52:51 +0530
commit22c9e30317f25df3a517a9323a1f93f47723ea58 (patch)
tree876e67b0575614607493971b0bec903e4d8e51ab /index.html
parentaf7303fc62a7a3cb1c660bca51d4acbc27eaab22 (diff)
downloadretrowave-player-22c9e30317f25df3a517a9323a1f93f47723ea58.tar.gz
retrowave-player-22c9e30317f25df3a517a9323a1f93f47723ea58.tar.bz2
retrowave-player-22c9e30317f25df3a517a9323a1f93f47723ea58.zip
Particle Implementationfeature/particles
* Particle is implemented but something is odd. Will be replaced by a library in the future
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