stylehub/templates/login.html

7 lines
282 B
HTML
Raw Normal View History

2024-01-11 09:27:03 +01:00
<form method="post">
2024-01-16 20:43:57 +01:00
<label for="login_email">Email:</label><br>
<input id="login_email" type="email" name="email"><br>
<label for="login_password">Password</label><br>
<input id="login_password" type="password" name="password"><br>
2024-01-11 09:27:03 +01:00
<input type="submit">
</form>