diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2025-12-19 21:17:53 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2025-12-19 21:17:53 +0500 |
| commit | ce3c26779a291c4095ca0c23e2330c01e7c5c72f (patch) | |
| tree | 66cbbbeace9b4106dc99339a1f34f5f3252046a8 /static/index.html | |
| parent | 6d2398cd226c55ec7606f9615046cb55f9774638 (diff) | |
Front
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 4 |
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> |
