From dd567eb7781020b938f72c69e3e4ef1d67042d65 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Fri, 2 Feb 2024 20:53:53 +0000 Subject: [PATCH] ADD PLAYLISTS FINNALLY WOO --- html/playlist.ejs | 239 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 html/playlist.ejs diff --git a/html/playlist.ejs b/html/playlist.ejs new file mode 100644 index 00000000..ccf0cc69 --- /dev/null +++ b/html/playlist.ejs @@ -0,0 +1,239 @@ + + + Poke | Playlist + + + + + + + + + + + + + + + + + + + + +
+
+ <% if (!p.mixId) { %> + +
+
<% } %> + +

<%- p.title %>

+ <% if (!p.mixId) { %> + <%- p.videoCount %> videos • <%- p?.viewCount?.toLocaleString() %> views • by <%- p.author %> + <% } %> + + <%- p.description %> +
+ +
+
+
+ <% p.videos.forEach(x => { %> + + + + <% }) %> + + +
+ + +
+ + + + + +