-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
executable file
·78 lines (73 loc) · 3.14 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
75
76
77
78
<!--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Shoppy an Admin Panel Category Flat Bootstrap Responsive Website Template | Signup :: w3layouts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Shoppy Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<!-- Custom Theme files -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/>
<!--js-->
<script src="src/main/resources/static/js/jquery-2.1.1.min.js"></script>
<!--icons-css-->
<link href="css/font-awesome.css" rel="stylesheet">
<!--Google Fonts-->
<link href='//fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Work+Sans:400,500,600' rel='stylesheet' type='text/css'>
<!--//charts-->
</head>
<body>
<!--inner block start here-->
<div class="signup-page-main">
<div class="signup-main">
<div class="signup-head">
<h1>Sign Up</h1>
</div>
<div class="signup-block">
<form>
<input type="text" name="email" placeholder="Name" required="">
<input type="text" name="email" placeholder="Email" required="">
<input type="password" name="password" class="lock" placeholder="Password">
<div class="forgot-top-grids">
<div class="forgot-grid">
<ul>
<li>
<input type="checkbox" id="brand1" value="">
<label for="brand1"><span></span>I agree to the terms</label>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<input type="submit" name="Sign In" value="Sign up">
</form>
<div class="sign-down">
<h4>Already have an account? <a href="login.html"> Login here.</a></h4>
<h5><a href="src/main/resources/templates/index.html">Go Back to Home</a></h5>
</div>
</div>
</div>
</div>
<!--inner block end here-->
<!--copy rights start here-->
<div class="copyrights">
<p>© 2016 Shoppy. All Rights Reserved | Design by <a href="http://w3layouts.com/" target="_blank">W3layouts</a> </p>
</div>
<!--COPY rights end here-->
<!--scrolling js-->
<script src="src/main/resources/static/js/jquery.nicescroll.js"></script>
<script src="src/main/resources/static/js/scripts.js"></script>
<!--//scrolling js-->
<script src="src/main/resources/static/js/bootstrap.js"> </script>
<!-- mother grid end here-->
</body>
</html>