add logout button to today and userText

This commit is contained in:
Yisroel Baum 2026-05-03 17:25:31 +03:00
parent e83f098280
commit 33668e2930
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 9 additions and 3 deletions

View file

@ -12,6 +12,7 @@
<h1>Today</h1>
<div class="cluster">
<a class="btn btn-secondary" href="/home">Home</a>
<button id="logout" class="btn btn-danger">Logout</button>
</div>
</div>
</header>