From cc3b9fd5d6f22800cae8741c1a083f98a76c1cd0 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 30 Apr 2024 23:06:19 -0400 Subject: [PATCH] Add header partial --- html/partials/header.ejs | 153 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 html/partials/header.ejs diff --git a/html/partials/header.ejs b/html/partials/header.ejs new file mode 100644 index 00000000..f9a55725 --- /dev/null +++ b/html/partials/header.ejs @@ -0,0 +1,153 @@ + + + + + + + + +
+
+
+ + + + <% if (secure) { %> + + <% } %> + <% if (verify) { %> + + <% } %> +
+
+
+ + +
+
+
+ + + Account +
+
+
+ + \ No newline at end of file