diff options
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> |
