Browse Source

Added link to source

master
TFLCL 2 years ago
parent
commit
908feb99cd
  1. 1
      css/main.css
  2. 8
      index.html

1
css/main.css

@ -348,6 +348,7 @@ input[type=range]#crossfader::-ms-thumb {
.footer {
font-weight: 100;
padding-top: 2em;
}
.footer a, .footer a:visited {
color: var(--text-color);

8
index.html

@ -90,7 +90,13 @@
<h1>🔊 Mix like a pro youtube DJ! 🎧</h1>
<div class="footer">
<p><span id='shooting-stars-enable'></span> <span class="spacer"></span> <a href="https://tflcl.xyz" target="_blank" >⚒ Made by tflcl.xyz 🧩</a> <span class="spacer"></span> <a href="#" id="contact-me">💌 Contact me 💌</a></p>
<p><span id='shooting-stars-enable'></span> <span class="spacer"></span>
<a href="https://tflcl.xyz" target="_blank" >💜 Made by tflcl.xyz 💜</a>
<span class="spacer"></span>
<a href="#" id="contact-me">💌 Contact me 💌</a>
<span class="spacer"></span>
<a href="https://git.tflcl.xyz/tfl/YTDJ">🧩 Source code 🧩</a>
</p>
</div>
</div>

Loading…
Cancel
Save