diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ <div class="modal-container"> <h3 class="text-center">Welcome to Retrowave Player</h3> <p class="mt-5">Here are the controls:</p> - <h4 class="mt-5">Play/Pause - Space/Click/Touch</h4> + <h4 class="mt-5">Play/Pause <span class="controls">x or Click or Touch</span></h4> + <h4 class="mt-5">Volume Up <span class="controls">w or Swipe Up</span></h4> + <h4 class="mt-5">Volume Down <span class="controls">s or Swipe Down</span></h4> <p class="mt-5">(You can download the music history of your current browser by clicking the history link on the player)</p> <button class="modal-close modal-exit" id="initButton">X</button> </div> |