25 lines
691 B
PHP

<h1>Return to your Adventure</h1>
<p>
Log in here to return to the world and carry on fighting and looting! If you do not
have an account, you can <a href="/gate/register">register here</a>.
</p>
<form action="/gate/login" method="post">
<div class="form-group">
<label for="id">User</label>
<input type="text" name="id" placeholder="Username/Email" required>
</div>
<div class="form-group">
<label for="pw">Password</label>
<input type="password" name="pw" placeholder="Password" required>
</div>
<div class="form-group checkbox">
<input type="checkbox" name="remember" id="remember">
<label for="remember">Remember me</label>
</div>
<button>Login</button>
</form>