13 lines
473 B
HTML
13 lines
473 B
HTML
$message
|
|
<div class="identity">
|
|
<img src="/static/img/charon-seal.png" alt="">
|
|
<h1>Sign in</h1>
|
|
<p>Manage your Sticknife account request.</p>
|
|
</div>
|
|
<form method="post" action="/login" class="stack">
|
|
<label>Username or email <input name="identifier" autocomplete="username" required></label>
|
|
<label>Password <input name="password" type="password" autocomplete="current-password" required></label>
|
|
<button class="primary" type="submit">Sign in</button>
|
|
</form>
|
|
|