add logout button to admin texts page

This commit is contained in:
Yisroel Baum 2026-05-03 17:33:01 +03:00
parent 17ab181adb
commit 9c062c4f0e
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -14,6 +14,7 @@
<a class="btn btn-secondary" href="/admin" id="back">
Back to Admin
</a>
<button id="logout" class="btn btn-danger">Logout</button>
</div>
</div>
</header>
@ -31,6 +32,7 @@
</div>
</form>
</main>
<script src="/js/auth.js"></script>
<script src="/js/texts.js"></script>
</body>
</html>