diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-07 19:11:00 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-07 19:11:00 +0200 |
| commit | 5fea2066fbe9d935c20c533df6f68cf114a84b78 (patch) | |
| tree | 5c387e05bd2d442c10d5492c1491559aa4bcc7cb /templates/index.html | |
| parent | e54cef2fae80d759c495544f04afe50385c36bce (diff) | |
Fix linting issues
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
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> |
