summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-07 17:50:36 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-07 17:50:36 +0200
commitff63742a2fa138c230fb2e080708d03ed888c248 (patch)
tree10a5061a93cd6a91217d837a0a3a22a0bb17c54e /templates/index.html
parent17168a489392847794de0aed15fe395230a38261 (diff)
Add basic login and clean up config
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html9
1 files changed, 7 insertions, 2 deletions
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 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark light">
- <title>{{.Title}}</title>
+ <title>WireGuard Gateway Portal</title>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
<header>
- <h1 class="header__title">{{.Title}}</h1>
+ <h1 class="header__title">WireGuard Gateway Portal</h1>
<p class="header__subtitle">Manage WireGuard VPN connections</p>
+ <div class="header__logout">
+ <form method="POST" action="/logout">
+ <input type="submit" value="Logout">
+ </form>
+ </div>
</header>
<main>
<article class="status">