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">
|
<a class="btn btn-secondary" href="/admin" id="back">
|
||||||
Back to Admin
|
Back to Admin
|
||||||
</a>
|
</a>
|
||||||
|
<button id="logout" class="btn btn-danger">Logout</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -31,6 +32,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
|
<script src="/js/auth.js"></script>
|
||||||
<script src="/js/texts.js"></script>
|
<script src="/js/texts.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue