summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2025-12-19 21:17:53 +0500
committerPhyscik <mynameisgennadiy@vk.com>2025-12-19 21:17:53 +0500
commitce3c26779a291c4095ca0c23e2330c01e7c5c72f (patch)
tree66cbbbeace9b4106dc99339a1f34f5f3252046a8 /static/index.html
parent6d2398cd226c55ec7606f9615046cb55f9774638 (diff)
Front
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index 10eb9b4..1ab0a3d 100644
--- a/static/index.html
+++ b/static/index.html
@@ -13,6 +13,8 @@
<h1 id="Start"> Start position </h1>
</div>
</div>
+ </body>
+ <footer class="footer">
<div class="controls">
<button onclick="Pause()" class="controlBtn">
<h1 onclick="Pause" class="controlElem"> Pause </h1>
@@ -32,5 +34,5 @@
<audio id="mainAudio">
<source type="audio/mpeg" />
</audio>
- </body>
+ </footer>
</html>