diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 8f1caf6..f6127d7 100644 --- a/static/index.html +++ b/static/index.html @@ -5,5 +5,9 @@ <body> <h1> xdx </h1> <button onclick="GetSongs()"> Get songs </button> + <button onclick="SetRandomSong()"> Set random song </button> + <audio id="mainAudio"> + <source type="audio/mpeg" src=""/> + </audio> </body> </html> |
