Skip to content
Snippets Groups Projects
Commit 76667047 authored by Muhammad Umar Fariz Tumbuan's avatar Muhammad Umar Fariz Tumbuan
Browse files

Buat HTML untuk halaman login

parent 4fdae9f4
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
<!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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment