2025-05-24 18:29:59 -05:00

6 lines
168 B
HTML

<form method="post">
<input type="text" name="username" placeholder="Username">
<input type="password" name="password">
<button type="submit">Login</button>
</form>