diff options
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index b341c17..54bb0c6 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -19,6 +19,12 @@ class="bg-primary-600 hover:bg-primary-700 text-white px-4 py-2 rounded-lg transition-colors font-medium no-print"> <span id="refresh-text">Refresh</span> </button> + <form method="POST" action="/logout" class="no-print"> + <button type="submit" + class="text-gray-600 hover:text-gray-900 px-3 py-2 rounded-lg transition-colors font-medium"> + Logout + </button> + </form> </div> </header> |
