diff --git a/html/account-me.ejs b/html/account-me.ejs
index 58e53d39..373c64f1 100644
--- a/html/account-me.ejs
+++ b/html/account-me.ejs
@@ -1,5 +1,8 @@
+ PokeTube | Subscriptions
+
+
User: <%- userid %>
- Very work in progress!
+ do not share ur user id with anyone
+
@@ -48,10 +74,10 @@ a {
-
+ <% if (userSubs) { %>
<% for (const channelID in userSubs) { %>
-
+
<%= userSubs[channelID].channelName %>
@@ -59,7 +85,8 @@ a {
<% } %>
-
+ <% } %>
+