-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
83 lines (82 loc) · 2.52 KB
/
Copy pathindex.php
File metadata and controls
83 lines (82 loc) · 2.52 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
<?php //include "core.php";?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--index page-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>freepdf's</title>
<meta name="keywords" content="freepdf's" />
<meta name="description" content="The free pdf ebooks collection that's available on internet for free." />
<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="banner">
<div class="container">
<div class="title">
<h2>freepdfs<!--main heading--></h2>
<span class="byline"><!--really cool tagline--></br></span>
<span class="byline">The free pdf ebooks collection that's available on internet for free.</span>
<span class="byline"><!----></span>
</div>
<ul class="actions">
<li><a href="<?php echo"$basicshelfs";?>" class="button">start here</a></li>
</ul>
</div>
</div>
<div id="extra" class="container">
<div class="title">
<h2>Please note</h2>
<span class="byline">The Books here are</span> </div>
<div id="three-column">
<div class="boxA">
<div class="box"> <span class="fa fa-cloud-download"></span>
<p>Free to download</p>
</div>
</div>
<!--<div class="boxB">
<div class="box"> <span class="fa fa-cogs"></span>
<p>Please don't Modify it</p>
</div>
</div>-->
<div class="boxC">
<div class="box"> <span class="fa fa-user"></span>
<p>And it is Stickly for personal use</p>
</div>
</div>
</div>
<ul class="actions2">
<li><a href="instruction" class="button">more instruction</a></li>
</ul>
</div>
<div id="featured">
<div class="container">
<div class="title">
<h2>contact us</h2>
<span class="byline">Having problem</span> </div>
<p>just contact us</p>
</div>
<ul class="actions">
<li><a href="contactus" class="button">contact us</a></li>
</ul>
</div>
<div id="page" class="container">
<div class="title">
<h2>About Us</h2>
<span class="byline">We are the group of students.</span> </div>
<p> </p>
<ul class="actions">
<li><a href="about" class="button">Know more</a></li>
</ul>
</div>
</div>
<div id="copyright" class="container">
<?php include "footer.php";?>
</div>
</body>
</html>