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) { %>
+
+

+
+ <%= userSubs[channelID].channelName %>
+
+
+ <% } %>
+
+
+
+
+
+
\ No newline at end of file