Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.php → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<?php include "header.php";?>
</div>
<div id="banner">
<div class="container">
<div class="container-fluid">
<div class="title">
<h2>freepdfs<!--main heading--></h2>
<span class="byline"><!--really cool tagline--></br></span>
Expand All @@ -30,7 +30,7 @@
</ul>
</div>
</div>
<div id="extra" class="container">
<div id="extra" class="container-fluid">
<div class="title">
<h2>Please note</h2>
<span class="byline">The Books here are</span> </div>
Expand All @@ -44,7 +44,7 @@
<div class="box"> <span class="fa fa-cogs"></span>
<p>Please don't Modify it</p>
</div>
</div>-->
</div>--><!--test -->
<div class="boxC">
<div class="box"> <span class="fa fa-user"></span>
<p>And it is Stickly for personal use</p>
Expand All @@ -56,7 +56,7 @@
</ul>
</div>
<div id="featured">
<div class="container">
<div class="container-fluid">
<div class="title">
<h2>contact us</h2>
<span class="byline">Having problem</span> </div>
Expand All @@ -66,7 +66,7 @@
<li><a href="contactus" class="button">contact us</a></li>
</ul>
</div>
<div id="page" class="container">
<div id="page" class="container-fluid">
<div class="title">
<h2>About Us</h2>
<span class="byline">We are the group of students.</span> </div>
Expand All @@ -76,7 +76,7 @@
</ul>
</div>
</div>
<div id="copyright" class="container">
<div id="copyright" class="container-fluid">
<?php include "footer.php";?>
</div>
</body>
Expand Down