-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSuccessfullRegistration.html
More file actions
171 lines (134 loc) · 5.79 KB
/
Copy pathSuccessfullRegistration.html
File metadata and controls
171 lines (134 loc) · 5.79 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>Registration Successful</title>
<!-- BOOTSTRAP CORE STYLE -->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- FONT AWESOME STYLE -->
<link href="assets/css/font-awesome.css" rel="stylesheet" />
<!-- ANIMATE STYLE -->
<link href="assets/css/animate.css" rel="stylesheet" />
<!-- FLEXSLIDER STYLE -->
<link href="assets/css/flexslider.css" rel="stylesheet" />
<!-- CUSTOM STYLE -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- GOOGLE FONTS -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css' />
</head>
<body>
<div class="navbar navbar-inverse set-radius-zero" >
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" />
</a>
</div>
<div class="right-div">
<strong>Support : </strong> info@phpgames.com
</div>
</div>
</div>
<!-- LOGO HEADER END-->
<section class="menu-section">
<div class="container">
<div class="row ">
<div class="col-md-12">
<div class="navbar-collapse collapse ">
<ul id="menu-top" class="nav navbar-nav navbar-right">
<li><a href="index.html" >HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="registration.php">REGISTER</a></li>
<li><a href="login.php">LOGIN</a></li>
<li><a href="contact.html" class="menu-top-active">CONTACT</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- MENU SECTION END-->
<div class="below-slideshow">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="txt-block">
<h1 class="head-line">You have successfully registered.<br> Log in now and start to play!</h1>
</div>
</div>
</div>
</div>
</div>
<!-- TAG HOME SECTION END-->
<div class="just-sec">
<div class="container">
<a href="login.php"><button type="submit" class="btn btn-success btn-lg">Log in! </button></a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="just-txt-div">
</div>
</div>
</div>
</div>
</div>
<!--JUST SECTION END-->
<div class="footer-sec">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<h3> <strong>ABOUT COMPANY</strong> </h3>
<p style="padding-right:50px;" >
Our company focus on provide a platform for people to download game which they are interested.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 social-div">
<h3> <strong>SOCIAL PRESENCE</strong> </h3>
We love to be social,Catch Us On
<a href="#" ><h4>FACEBOOK </h4></a>
<a href="#" ><h4>TWITTER </h4></a>
<a href="#" ><h4>LINKEDIN </h4></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<h3> <strong>PHYSICAL LOCATION</strong> </h3>
Reach Us Below:
<br />
<h4>155 Consumers Road, </h4>
<h4>North York, ON</h4>
<h4>Canada</h4>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<hr />
</div>
</div>
</div>
</div>
<!--FOOTER SECTION END-->
<!-- WE PUT SCRIPTS AT THE END TO LOAD PAGE FASTER-->
<!--CORE SCRIPTS PLUGIN-->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<!--BOOTSTRAP SCRIPTS PLUGIN-->
<script src="assets/js/bootstrap.js"></script>
<!--WOW SCRIPTS PLUGIN-->
<script src="assets/js/wow.js"></script>
<!--FLEXSLIDER SCRIPTS PLUGIN-->
<script src="assets/js/jquery.flexslider.js"></script>
<!--CUSTOM SCRIPTS -->
<script src="assets/js/custom.js"></script>
</body>
</html>