-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsignup.html
74 lines (56 loc) · 2.05 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signup</title>
<link rel="stylesheet" href="styles/Signup.css">
<link rel="icon" href="https://unbounce.com/photos/cropped-unbounce-favicon-2-32x32.png" sizes="32x32">
</head>
<body>
<div id="logo">
<a href="index.html"> <img src="https://d9hhrg4mnvzow.cloudfront.net/unbounce.com/product-selector/7089096e-d22ffb13-logo-unbounce.svg" alt=""></a>
<h2>Smart copy</h2>
</div>
<div id="track"></div>
<div id="fl1">
<div id="one">
<form action="#" id="myForm">
<label for="fname">Full Name</label>
<br>
<input type="text" id="email" name="firstname"placeholder="Name" >
<br>
<label for="lname">Business Email</label>
<br>
<input type="text" id="bus" name="lastname" placeholder="ex@gmail.com">
<br>
<label for="lname">Password</label>
<br>
<input type="password" id="password" name="lastname" placeholder="password">
<br>
<input type="submit" placeholder="Continue" id="sun">
</form>
</div>
<div id="one">
<form action="#" id="login">
<label for="fname">Company</label>
<br>
<input type="text" id="email" name="firstname"placeholder="My company" >
<br>
<label for="lname">Plan</label>
<br>
<input type="text" id="password" name="lastname" placeholder="plan">
<br>
<label for="lname">Confirm Password</label>
<br>
<input type="password" id="password" name="lastname" placeholder="Confirm password">
<br>
</form>
</div>
</div>
</div>
<a href="login.html"><h5>Have an account already? Sign in now!</h5></a>
</body>
</html>
<script src="/scripts/signup.js"></script>