From 521258c17f87373641a1401820c95315675bebcb Mon Sep 17 00:00:00 2001
From: Indrajith K L
Date: Sun, 27 Nov 2022 16:09:01 +0530
Subject: * Style Fixes * Credits added

---
 index.html | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index abf1ece..96d423a 100644
--- a/index.html
+++ b/index.html
@@ -18,10 +18,12 @@
         <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  <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>
+            <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>
+                <p class="mt-5">All the music is fetched from retrowave.ru</p>
             <button class="modal-close modal-exit" id="initButton">X</button>
         </div>
     </div>
@@ -34,12 +36,17 @@
             </div>
             <div class="gradient-overlay"></div>
             <div class="color-overlay"></div>
-            <div id="history" class="no-pause">history</div>
-            <div id="source"><a href="https://git.indrajith.dev/retrowave-player/" target="_blank">source code</a></div>
+            <div class="footer">
+                <div id="history" class="no-pause footer-items">history</div>
+                <div id="source"><a class="no-pause footer-items" href="https://git.indrajith.dev/retrowave-player/"
+                        target="_blank">source code</a></div>
+                <div id="retrowaveru" class="no-pause"><a class="no-pause footer-items" href="http://retrowave.ru/"
+                        target="_blank">retrowave.ru</a></div>
+            </div>
             <!-- <div id="upload-info" class="no-pause" title="Upload a playlist (downloaded from history)">Upload</div> -->
         </div>
     </div>
-    <input id="file-upload" type="file" accept="application/json"/>
+    <input id="file-upload" type="file" accept="application/json" />
     <script src="player.js"></script>
 </body>
 
-- 
cgit v1.2.3