Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +5 -0
templates/menu.html
CHANGED
@@ -166,6 +166,11 @@
|
|
166 |
</style>
|
167 |
</head>
|
168 |
<body>
|
|
|
|
|
|
|
|
|
|
|
169 |
<div class="container mt-4">
|
170 |
<h1 class="text-center">Menu</h1>
|
171 |
|
|
|
166 |
</style>
|
167 |
</head>
|
168 |
<body>
|
169 |
+
<div class="logout-button-container">
|
170 |
+
<form action="{{ url_for('logout') }}" method="POST">
|
171 |
+
<button type="submit" class="logout-button">Logout</button>
|
172 |
+
</form>
|
173 |
+
</div>
|
174 |
<div class="container mt-4">
|
175 |
<h1 class="text-center">Menu</h1>
|
176 |
|