-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign.html
63 lines (59 loc) · 2.58 KB
/
sign.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
<!DOCTYPE html>
<html>
<head>
<title>Creative Colorlib SignUp Form</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files -->
<link href="css/sign.css" rel="stylesheet" type="text/css" media="all" />
<!-- <link href="css/signup.css" rel="stylesheet" type="text/css" media="all" />-->
<!-- //Custom Theme files -->
<!-- web font -->
<link href="//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- //web font -->
<script src="./js/index.js" async></script>
</head>
<body>
<div class="now">
<h1>Welcome</h1>
<p> Gain access to our vast database of health information<br> and experienced health Specialist at the comfort of your home</p>
</div>
<div id="back">
<div class="backRight">
</div>
<div class="backLeft"></div>
</div>
<div id="slideBox">
<div class="topLayer">
<div class="left">
</div>
<div class="right">
<div class="content">
<h1>Sign Up</h1>
<form method="post" onsubmit="return false;">
<div class="form-group">
<label for="username" class="form-label">Firstname</label>
<input id="firstName" placeholder="firstName" type="text" />
</div>
<div class="form-group">
<label for="username" class="form-label">Lastname</label>
<input id="lastName" type="text" placeholder="firstName" />
</div>
<div class="form-group">
<label for="username" class="form-label">Email     </label>
<input id="email" type="email" placeholder="email" />
</div>
<div class="form-group">
<label for="username" class="form-label">Password</label>
<input id="password" type="password" placeholder="password"/>
</div>
<button id="goRight" class="off" onclick="window.location.href='./sign2.html'">Sign IN</button>
<button id="login" type="submit" onclick="SignUp()">Sign UP</button>
</form>
</div>
</div>
</div>
</div>
</body>
</html>