6 lines
231 B
HTML
6 lines
231 B
HTML
|
<h2>Login</h2>
|
||
|
<form method="post">
|
||
|
<input type="text" name="username" placeholder="Username" required>
|
||
|
<input type="password" name="password" placeholder="Password" required>
|
||
|
<input type="submit" value="Login">
|
||
|
</form>
|