diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/static/index.html b/static/index.html index 4ebe902..20d5f41 100644 --- a/static/index.html +++ b/static/index.html @@ -6,10 +6,12 @@ <body> <div class="Info"> <h1> Rock culture exam </h1> - <h1 id="Artist" > Artist </h1> - <h1 id="Title" > Title </h1> - <h1 id="Album" > Album </h1> - <h1 id="Start" > Start position </h1> + <div id="InfoBlock"> + <h1 id="Artist"> Artist </h1> + <h1 id="Title"> Title </h1> + <h1 id="Album"> Album </h1> + <h1 id="Start"> Start position </h1> + </div> </div> <div class="controls"> <button onclick="Pause()" class="controlBtn"> @@ -21,6 +23,10 @@ <button onclick="SetRandomSong()" class="controlBtn"> <h1 onclick="Pause" class="controlElem"> Next song </h1> </button> + <h1 id="Status" class="controlElem"> No music </h1> + <button onclick="ToggleInfo()" class="controlBtn"> + <h1 onclick="Pause" class="controlElem" id="ToggleBtn"> Hide info </h1> + </button> </div> <audio id="mainAudio"> <source type="audio/mpeg" /> |
