Initial commit
This commit is contained in:
10
views/partials/header.html
Normal file
10
views/partials/header.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<div class="expand"></div>
|
||||
<li>
|
||||
<a hx-get="/login" hx-headers='{"REQUEST-TYPE": "html"}' hx-push-url="true" hx-swap="outerHTML" hx-target=".app">
|
||||
Login
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user