From ff63742a2fa138c230fb2e080708d03ed888c248 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sun, 7 Sep 2025 17:50:36 +0200 Subject: Add basic login and clean up config --- templates/index.html | 9 +++++++-- templates/login.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 templates/login.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 2e6301b..724aa6e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,13 +5,18 @@ - {{.Title}} + WireGuard Gateway Portal
-

{{.Title}}

+

WireGuard Gateway Portal

Manage WireGuard VPN connections

+
+
+ +
+
diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..c26f863 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,34 @@ + + + + + + + + WireGuard Gateway Portal + + + +
+

WireGuard Gateway Portal

+

Manage WireGuard VPN connections

+
+
+ +
+ + + -- cgit v1.2.3