qf: add playlist url

This commit is contained in:
Saahil dutta 2024-10-12 23:32:22 -04:00
parent 70d44be463
commit 7d50117f95
Signed by: neon
GPG key ID: 8A8B64515254CFC6
2 changed files with 2 additions and 1 deletions

View file

@ -61,9 +61,9 @@
<div>
<a href="/download/db" download class="button" style="margin-left: 8px;margin-right: 2px;">Download all song entries</a>
</div>
</footer>
<p style="max-width: 250px; inline-size: max-content; word-break: break-all;color: gray;"> The "Download all song entries" button includes all songs submited thru the form (even if removed from the playlist)</p>
<a href="https://open.spotify.com/playlist/3gRv97fvllFFLVdCH6XzsE?si=eUQm8275QdyMquBbNdPVHA">Check out the playlist</a>
</div>
</center>

View file

@ -30,6 +30,7 @@
</div>
<footer>
<a href="/login">Login Page</a>
<a href="https://open.spotify.com/playlist/3gRv97fvllFFLVdCH6XzsE?si=eUQm8275QdyMquBbNdPVHA">Check out the playlist</a>
</footer>
</div>
</center>