From ee2ab7ea186107e166279d45c78aaa6828a1ac01 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 4 Mar 2023 11:01:01 +0000 Subject: [PATCH] add universe :3 --- html/poketube.ejs | 48 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index b810d3fa..78e0cf14 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -336,6 +336,33 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important; <% } %> + <% if (universe) { %> + + + + + <% } %> @@ -475,7 +502,26 @@ Create - <% } %> + <% } %> + + <% if (!universe) { %> + + + + Testing Mode + + + <% } %> + <% if (universe) { %> + + + + + Close testing mode + + + + <% } %>