diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | hg.css | 12 | ||||
-rw-r--r-- | index.html | 1 |
3 files changed, 14 insertions, 1 deletions
@@ -2,6 +2,6 @@ A Minimalist Retrowave music player for the web (frontend only). -> This was a challenge to write a minimalist music player using Howler.js in 2 hours limitation was to use only vanilla JS. +> This was a challenge to write a minimalist music player using Howler.js in 2 hours; limitation was to use only vanilla JS. Uses: https://retrowave.ru/
\ No newline at end of file @@ -250,4 +250,16 @@ dialog::backdrop { .controls { font-style: italic; font-size: larger; +} + +#source { + bottom: 4px; + position: absolute; + text-align: center; + left: 138px; + z-index: 999; +} + +#source a { + color: white; }
\ No newline at end of file @@ -36,6 +36,7 @@ <div class="gradient-overlay"></div> <div class="color-overlay"></div> <div id="history" class="no-pause">history</div> + <div id="source"><a href="https://git.indrajith.dev/retrowave-player/" target="_blank">source code</a></div> <div id="upload-info" class="no-pause" title="Upload a playlist (downloaded from history)">Upload</div> </div> </div> |