Files
Kontrollverlust/templates/header.html
T

7 lines
376 B
HTML

<button onclick="$('#auth-visible').show()" hx-get="/auth/login" hx-target="#auth-rendertarget">Anmelden</button>
<button onclick="$('#auth-visible').show()" hx-get="/auth/newuser" hx-target="#auth-rendertarget">Account erstellen</button>
<div id="auth-visible">
<div id="auth-rendertarget"></div>
<button onclick="$('#auth-visible').hide()">Abbrechen</button>
</div>