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

Membuat HTML untuk halaman sign up

parent 297ea47b
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
<!DOCTYPE html>
<html>
<head>
<title>Make a new account</title>
<link rel="stylesheet" type="text/css" href="../css/main.css">
</head>
<body>
<div id="sign_up_frame" class="frame">
<h1>-- Sign up --</h1>
<div>
<form method="post">
Your name
<input type="text" name="real_name"><br/>
Username
<input type="text" name="real_name"><br/>
Email
<input type="Email" name="real_name"><br/>
Password
<input type="Password" name="real_name"><br/>
Confirm password
<input type="Password" name="real_name"><br/>
Phone number
<input type="number" name="real_name"><br/>
<input type="checkbox" name="is_driver" value="true">Also sign me up as a driver<br/>
<input type="submit" value="REGISTER">
</form>
</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