ft_transcendence/django/trancendence/accounts/templates/login.html
2023-10-24 17:06:43 +02:00

8 lines
240 B
HTML

<html>
<form method='post'>
{% csrf_token %}
<input type="text" name="username" placeholder="username">
<input type="text" name="password" placeholder="password">
<input type='submit'>
</form>
</html>