i hate israel

This commit is contained in:
frosty
2026-01-12 16:57:57 -05:00
parent 5cea377934
commit 63376af86f
10 changed files with 289 additions and 0 deletions

14
templates/login.html Normal file
View File

@@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block content %}
<form class="login-form" action_url="/login" method="POST">
<label for="email">Email: </label>
<input name="email" type="email"></input>
<br>
<label for="password">Password: </label>
<input name="password" type="password"></input>
<input type="submit">
</form>
{% endblock %}