feat: More view changes.
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
<p>We're in!</p>
|
||||
<button hx-post="/logout"
|
||||
hx-target="#content"
|
||||
hx-trigger="click"
|
||||
>
|
||||
Log Out.
|
||||
</button>
|
||||
<div id="content">
|
||||
<header>
|
||||
<div class="container">
|
||||
<div id="logo">HHE - Purchase Orders</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<li><a hx-post="logout" hx-target="#content" hx-trigger="click" hx-swap="outerHTML">Logout</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<section class="content">
|
||||
<div class="container">
|
||||
<p>We're in!</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user