-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsucess.php
More file actions
43 lines (42 loc) · 1.21 KB
/
Copy pathsucess.php
File metadata and controls
43 lines (42 loc) · 1.21 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
<?php
include "core.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--sucess in registration-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sucess</title>
<meta name="keywords" content="PDFs Books" />
<meta name="description" content="Free Pdfs to download" />
<link href="http://fonts.googleapis.com/css?family=Varela" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="wrapper">
<div id="header-wrapper">
<?php include "header.php";?>
</div>
<div id="featured">
<div class="container">
<div class="title">
<h2>Welcome</h2>
<span class="byline">You are a member now.
</span> </div>
</div>
</div>
<div id="page" class="container">
<div class="title">
<h2></h2>
<span class="byline">Please Login to Continue.</span> </div>
<ul class="actions">
<li><a href="login" class="button">Login</a></li>
</ul>
</div>
</div>
<div id="copyright" class="container">
<?php include "footer.php";?>
</div>
</body>
</html>