hugo-cms/templates/auth/login.html

11 lines
282 B
HTML
Raw Normal View History

2025-03-16 09:57:20 +11:00
<form method="post" action="/auth/login">
2025-02-01 09:42:32 +11:00
<p>
<input name="email" value="" placeholder="Email">
</p>
<p>
<input name="password" type="password" value="" placeholder="Password">
</p>
<p>
<input type="submit" value="Login">
</p>
</form>