From f3edce3d5085f9d3e061d79f091ef8a6dceba860 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 8 Oct 2023 06:41:14 +0000 Subject: [PATCH] add my account --- html/account-me.ejs | 67 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 html/account-me.ejs diff --git a/html/account-me.ejs b/html/account-me.ejs new file mode 100644 index 00000000..58e53d39 --- /dev/null +++ b/html/account-me.ejs @@ -0,0 +1,67 @@ + + + + + + User: <%- userid %>
+ Very work in progress! +
+ +
+

+ My subscriptions +

+
+
+ + <% for (const channelID in userSubs) { %> +
+ Avatar
+
+ <%= userSubs[channelID].channelName %>
+
+ unsub view +
+ + <% } %> + +
+ + + + \ No newline at end of file