5 lines
136 B
HTML
5 lines
136 B
HTML
<form method="post">
|
|
<input type="email" name="email">
|
|
<input type="password" name="password">
|
|
<input type="submit">
|
|
</form> |