<!DOCTYPE html>
<html>
<head>
	<title>Login to OneHundred</title>
	<link rel="stylesheet" type="text/css" href="../css/default_style.css">
	<link rel="stylesheet" type="text/css" href="../css/login.css">
</head>
<body>
	<div id="login_frame" class="frame">
		
		<h1 style="text-align: center;">--- Login ---</h1>

		<div>
			<form method="post">
				Username
				<input type="text" name="user_name"><br/>

				Password
				<input type="Password" name="user_password"><br/>

				<input type="submit" value="GO!">
			</form>

			<a href="sign_up.html">Don't have an account?</a><br/>
		</div>
	</div>
</body>
</html>