From 95d79f8d59a45f793017e7a55691cafc0df984bf Mon Sep 17 00:00:00 2001 From: Saahil Date: Sat, 26 Oct 2024 17:32:41 -0400 Subject: [PATCH] chore: add warning --- hackclub-spotify-bot/src/views/home.ejs | 116 +++++++++++++----------- 1 file changed, 63 insertions(+), 53 deletions(-) diff --git a/hackclub-spotify-bot/src/views/home.ejs b/hackclub-spotify-bot/src/views/home.ejs index be9d899..689db7a 100644 --- a/hackclub-spotify-bot/src/views/home.ejs +++ b/hackclub-spotify-bot/src/views/home.ejs @@ -1,9 +1,12 @@ + - <%= title %> + + <%= title %> + @@ -12,60 +15,67 @@ + -
-
-
-

Hackclub spotify

- -
-
-
-

Submit Song

- -
+
+
+
+

Hackclub spotify

+ +
+
+
+

Submit Song

+ + -
- - placeholder="https://open.spotify.com/track/6aWOvqmjb3343D5sq7zMgl?si=b72b81a97e564dc3" /> -
-
- - <% if (s) { %> - - -
-

Success!

-

Your song has been added to the playlist!

-

refreshing page in 5s

-
-
- <% } %> -<% if (error) { %> -
- <%= error %> -
+
+ + placeholder="https://open.spotify.com/track/6aWOvqmjb3343D5sq7zMgl?si=b72b81a97e564dc3" /> +
+

adding a song will invite you the the slack channel

+
+ + <% if (s) { %> + + +
+

Success!

+

Your song has been added to the playlist!

+

refreshing page in 5s

+
+
+ <% } %> + <% if (error) { %> +
+ <%= error %> +
+
+ <% } %> +
+ + + + +
+ +

- <% } %> -
+ +

The "Download all + song entries" button includes all songs submited thru the form (even if removed from the playlist)

+ Check out the + playlist - - - -
- -

-
- -

The "Download all song entries" button includes all songs submited thru the form (even if removed from the playlist)

- Check out the playlist - -
-
+ + - + + \ No newline at end of file