Added link to source

This commit is contained in:
2022-07-07 14:08:31 +02:00
parent eb63325114
commit 908feb99cd
2 changed files with 8 additions and 1 deletions

View File

@@ -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);

View File

@@ -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>