diff --git a/root/login/login.html b/root/login/login.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..cf11ebe4d8bb33303c508e376364e2cde9911911 100644
--- a/root/login/login.html
+++ b/root/login/login.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<title>Login to OneHundred</title>
+	<link rel="stylesheet" type="text/css" href="../css/main.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>
\ No newline at end of file