add logout button to home
This commit is contained in:
parent
8c52294b10
commit
e4494a0577
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Home</h1>
|
||||
<button id="logout">Logout</button>
|
||||
<ul id="texts-list">
|
||||
</ul>
|
||||
<div id="create-plan-modal" hidden>
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
<button class="save-plan">Save</button>
|
||||
<button class="cancel-plan">Cancel</button>
|
||||
</div>
|
||||
<script src="/js/auth.js"></script>
|
||||
<script src="/js/home.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue