6 lines
230 B
HTML
6 lines
230 B
HTML
<form method="POST">
|
|
<h2>Admin Login</h2>
|
|
<input name="username" placeholder="Username" required>
|
|
<input name="password" type="password" placeholder="Password" required>
|
|
<button type="submit">Login</button>
|
|
</form> |