From 76667047ededfb3c3ca189af362c9fd4c3ae68d1 Mon Sep 17 00:00:00 2001
From: "fariz.tumbuan" <13515050@std.stei.itb.ac.id>
Date: Fri, 29 Sep 2017 18:05:08 +0800
Subject: [PATCH] Buat HTML untuk halaman login

---
 root/login/login.html | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/root/login/login.html b/root/login/login.html
index e69de29b..cf11ebe4 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
-- 
GitLab