-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
38 lines (34 loc) · 1.16 KB
/
footer.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="footer.css"
</head>
<body>
<footer class="footer">
<h3>House Of Books</h3>
<p> Website to help students find their academic books easily so that they can never stop learning.</p>
<!-- <ul class="socials">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square"></i></a></li>
</ul> -->
<!-- <div class="footer-bottom">
<p>copyright © <a href="#">Jayesh Somani</a> </p>
</div> -->
<!-- <div class="footer-menu">
<ul class="f-menu">
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="books.php">Books</a></li>
</ul>
</div> -->
</footer>
</body>
</html>