stylehub/templates/login.html

5 lines
136 B
HTML
Raw Normal View History

2024-01-11 09:27:03 +01:00
<form method="post">
<input type="email" name="email">
<input type="password" name="password">
<input type="submit">
</form>