hpaste

recent | annotate | new

<html>
<title>
Login
</title>
<body>
<div id="create">
<h1>Register</h1>
<form action="/newuser" method="post">
<label>Username:<input type="textfield" name="username"/></label>
<br/>
<label>Password:<input type="textfield" name="password"/></label>
<br/>
<label>Verify Password:<input type="textfield" name="password2"/></label>
<br/>
<input type="submit" name="create" value="Create Account">
</form>
</div>
<div id="login">
<h1>Log In</h1>
<form action="/login" method="post">
<label>Username:<input type="textfield" name="username"/></label>
<br/>
<label>Password:<input type="textfield" name="password"/></label>
<br/>
<input type="submit" name="create" value="Log in">
</form>
</div>
</body>
</html>