summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 724aa6e..6174020 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,7 +14,7 @@
<p class="header__subtitle">Manage WireGuard VPN connections</p>
<div class="header__logout">
<form method="POST" action="/logout">
- <input type="submit" value="Logout">
+ <button type="submit">Logout</button>
</form>
</div>
</header>