soyuz-web/templates/try-again.spy

16 lines
480 B
Plaintext
Raw Permalink Normal View History

2023-01-04 11:17:41 +11:00
<< partials/head >>
<body>
<p>Welcome to Soyuz</p>
<div>Incorrect username or password, please try again</div>
<section>
<form method="POST" action="/login">
<label for="username">username </label>
<input type="text" name="username">
<label for="password">username </label>
<input type="password" name="password">
<button type="submit">Log in!</button>
</form>
</section>
</body>
</html>