summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-12-06 12:53:43 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-12-06 12:53:43 +0500
commit4b8ef84059e772ef7636c451356680ec5b0983c4 (patch)
tree8cabc9b8c275128fd6582cbd74d36212e49776d6 /static/index.html
parent5fd81183f54662fdf08549c0d635e80166c62fe9 (diff)
Random song endpoint
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
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>