mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 13:19:35 +00:00
This commit is contained in:
parent
d8dca9ab60
commit
95d79f8d59
1 changed files with 63 additions and 53 deletions
|
@ -1,9 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title><%= title %></title>
|
<title>
|
||||||
|
<%= title %>
|
||||||
|
</title>
|
||||||
|
|
||||||
<meta property="og:title" content="<%=title%>" />
|
<meta property="og:title" content="<%=title%>" />
|
||||||
<meta name="twitter:title" content="<%=title%>" />
|
<meta name="twitter:title" content="<%=title%>" />
|
||||||
|
@ -12,6 +15,7 @@
|
||||||
<meta name="twitter:description" content="<%=description %>" />
|
<meta name="twitter:description" content="<%=description %>" />
|
||||||
<link rel="stylesheet" href="./hackclub.css" />
|
<link rel="stylesheet" href="./hackclub.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<br>
|
<br>
|
||||||
|
@ -27,8 +31,10 @@
|
||||||
|
|
||||||
<div class="interactive">
|
<div class="interactive">
|
||||||
<label>Song URL</label>
|
<label>Song URL</label>
|
||||||
<input type="url" name="songurl" <%=s ? "disabled='true'" : '' %>placeholder="https://open.spotify.com/track/6aWOvqmjb3343D5sq7zMgl?si=b72b81a97e564dc3" />
|
<input type="url" name="songurl" <%=s ? "disabled='true'" : ''
|
||||||
|
%>placeholder="https://open.spotify.com/track/6aWOvqmjb3343D5sq7zMgl?si=b72b81a97e564dc3" />
|
||||||
<br>
|
<br>
|
||||||
|
<p><i>adding a song will invite you the the slack channel</i></p>
|
||||||
</div>
|
</div>
|
||||||
<!-- </p> -->
|
<!-- </p> -->
|
||||||
<% if (s) { %>
|
<% if (s) { %>
|
||||||
|
@ -59,13 +65,17 @@
|
||||||
<footer style="display: inline-flex;padding-left: 2px;padding-right: 2px;">
|
<footer style="display: inline-flex;padding-left: 2px;padding-right: 2px;">
|
||||||
<a href="/logout" class="button" style="padding-left: 2px;padding-right: 2px;">Logout</a>
|
<a href="/logout" class="button" style="padding-left: 2px;padding-right: 2px;">Logout</a>
|
||||||
<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
|
||||||
<a href="https://open.spotify.com/playlist/3gRv97fvllFFLVdCH6XzsE?si=eUQm8275QdyMquBbNdPVHA">Check out the playlist</a>
|
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>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue