add logout button to admin

This commit is contained in:
Yisroel Baum 2026-04-24 13:30:14 +03:00
parent e4494a0577
commit 4e039fb583
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -4,6 +4,8 @@
<title>Daily Goals - Admin</title>
</head>
<body>
<button id="logout">Logout</button>
<a href="/admin/texts" id="texts">Texts</a>
<script src="/js/auth.js"></script>
</body>
</html>