diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..c9df703 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,164 @@ + + + + + + Login - Secure Site Proxy + + + +
+

🔒 Secure Login

+ {{if .Error}} +
+ Invalid username or password +
+ {{end}} +
+
+ + +
+
+ + +
+ +
+ +
+ + \ No newline at end of file