13 lines
363 B
PHP
13 lines
363 B
PHP
<main class="home">
|
|
<h2>Log in</h2>
|
|
|
|
<form action="/admin/" method="post" style="padding: 40px">
|
|
<label>Enter Username</label>
|
|
<input type="username" name="username" />
|
|
|
|
<label>Enter Password</label>
|
|
<input type="password" name="password" />
|
|
|
|
<input type="submit" name="submit" value="Log In" />
|
|
</form>
|
|
</main> |