diff options
author | Indrajith K L | 2022-11-30 05:52:51 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-30 05:52:51 +0530 |
commit | 22c9e30317f25df3a517a9323a1f93f47723ea58 (patch) | |
tree | 876e67b0575614607493971b0bec903e4d8e51ab /index.html | |
parent | af7303fc62a7a3cb1c660bca51d4acbc27eaab22 (diff) | |
download | retrowave-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.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |