This commit is contained in:
2025-06-29 23:54:29 +03:00
parent fb2a96e94d
commit bd56310067
4 changed files with 81 additions and 11 deletions

View File

@ -2,7 +2,7 @@
{% block title %}Log in{% endblock %}
{% block content %}
<div class="darkbg login-container">
<h1>Log In</h1>
<h1>Log in</h1>
<form method="post">
<label for="username">Username</label><br>
<input type="text" id="username" name="username" required autocomplete="username"><br>