forked from elis2012/SmartQur-an-pweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign up.html
32 lines (29 loc) · 1.17 KB
/
sign up.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Up</title>
<link rel="stylesheet" href="sign up.css">
</head>
<body>
<div class="login">
<form>
<label><h2>SIGN UP to <i>SmartQur'an</i> </h2></label>
<p class="keterangan">SmartQur'an member directory</p>
<label>Nama</label>
<input type="text" name="nama" class="formlogin" size="70" required>
<label>Username</label>
<input type="text" name="username" class="formlogin" size="70" maxlength="20" required>
<label>Email Address</label>
<input type="email" name="email" class="formlogin" size="70" required>
<label>Password</label>
<input type="password" name="password" class="formlogin" size="70" required minlength="6">
<br><br>
<a href="fitur.html"><input type="button" value="Create Account" class="kliklogin"></a>
<br><br>
<a class="already" href="login.html">Already a member? Sign in</a>
</form>
</div>
</body>
</html>