first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<section class="auth-shell">
|
||||
<div class="auth-card glass-panel">
|
||||
<p class="eyebrow">Geschuetzt und dateibasiert</p>
|
||||
<h1>Einloggen</h1>
|
||||
<p class="auth-copy">Die Eintraege liegen als Markdown-TXT-Dateien im geschuetzten Speicher und sind nur nach Login sichtbar.</p>
|
||||
|
||||
<form method="post" action="/login" class="stack-form">
|
||||
<?= csrf_field() ?>
|
||||
<label>
|
||||
<span>Benutzername</span>
|
||||
<input type="text" name="username" autocomplete="username" required>
|
||||
</label>
|
||||
|
||||
<label>
|
||||
<span>Passwort</span>
|
||||
<input type="password" name="password" autocomplete="current-password" required>
|
||||
</label>
|
||||
|
||||
<button class="primary-button" type="submit">Anmelden</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user