Ver código fonte

Add favicon and add reference to JoeToep

niels 4 anos atrás
pai
commit
8c9de597a1
3 arquivos alterados com 2 adições e 2 exclusões
  1. BIN
      static/favicon.png
  2. 1 1
      static/index.html
  3. 1 1
      static/player.html

BIN
static/favicon.png


+ 1 - 1
static/index.html

@@ -38,7 +38,7 @@
         </div>
     </div>
 </div>
-<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a></footer>
+<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a>·<a href="http://joetoep.student.utwente.nl">Based on JoeToep</a></footer>
 <script src="js/index.js" type="module"></script>
 </body>
 

+ 1 - 1
static/player.html

@@ -105,7 +105,7 @@
         </div>
     </div>
 </div>
-<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a></footer>
+<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a>·<a href="http://joetoep.student.utwente.nl">Based on JoeToep</a></footer>
 <script src="js/main.js" type="module"></script>
 </body>