diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-12-13 12:45:50 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-12-13 12:45:50 +0500 |
| commit | 44884dd29d8812cfd38f8fe2a8e3a28cfa944253 (patch) | |
| tree | d984abce773e286b04799ba3025e3c3ae4b7821d /static/index.html | |
| parent | ae11ed555cb350ea4c11fc1625f4a56229969ddd (diff) | |
Frontend changes
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" /> |
