qf: add playlist url

Signed-off-by: Saahil <neon@saahild.com>
This commit is contained in:
Saahil dutta 2024-10-12 23:32:22 -04:00
parent e32bce7249
commit 3d9de40bc1
Signed by: neon
GPG key ID: 8A8B64515254CFC6
2 changed files with 2 additions and 1 deletions

View file

@ -61,9 +61,9 @@
<div> <div>
<a href="/download/db" download class="button" style="margin-left: 8px;margin-right: 2px;">Download all song entries</a> <a href="/download/db" download class="button" style="margin-left: 8px;margin-right: 2px;">Download all song entries</a>
</div> </div>
</footer> </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> <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> </div>
</center> </center>

View file

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