add logout button to admin
This commit is contained in:
parent
e4494a0577
commit
4e039fb583
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue