-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
37 lines (34 loc) · 1.17 KB
/
signup.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
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<title>sign Up</title>
<link rel="stylesheet" href="styleh.css">
</head>
<body>
<div class="jaadu">
<div class="signup-box">
<h1>sign Up</h1>
<p>It's free and only take a minute</p>
<form>
<lable>first name</lable>
<input type="text" placeholder="first name">
<lable>last name</lable>
<input type="text" placeholder="" />
<lable>email</lable>
<input type="email" placeholder="" />
<lable>password</lable>
<input type="password" placeholder="" />
<lable>conform password</lable>
<input type="password" placeholder="" />
<lable></lable>
<input id="animate" type="button" value="submit" />
<a href="./index.html">index</a>
</form>
<p>by clicking the sign Up button ,you agree to our <br>
<a href="#" >terms and condition </a> <a heref="#">Policy Privacy</a>
</p>
<p> class="para-2" already have an accont? <a href="index.html">login here</a></p>
</div>
</div>
</body>
</html>