Skip to content
Snippets Groups Projects
Commit 2d04ede7 authored by Iqbal's avatar Iqbal
Browse files

Added register page, still looks bad though

parent 7e660e76
Branches
Tags
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Register Page | Dagojek</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body id="register-body">
<div class="container">
<header id="register-header">
<h1>
Dagojek Register<br>
<small>Create New Account</small>
</h1>
</header>
<section id="register-main">
<div id="register-panel">
<form>
<fieldset>
<legend>Sign Up</legend>
Name: <input type="text" placeholder="Your name" name="name">
<br>
Username: <input type="text" placeholder="Username" name="username">
<br>
Email: <input type="email" placeholder="Email address" name="email">
<br>
Password: <input type="password" placeholder="Password" name="password">
<br>
Confirm Password: <input type="password" placeholder="Confirm password" name="confirm-password">
<br>
Phone Number: <input type="number" placeholder="Phone number" name="phone-number">
<br>
<input type="checkbox" value="is-driver"> I want to be a driver as well!
<br>
<input type="submit" value="Login">
<br>
</fieldset>
</form>
</div>
</section>
<footer>
</footer>
</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