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