-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
43 lines (21 loc) · 1.17 KB
/
footer.php
File metadata and controls
43 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</div>
</div>
<link href="css/footer.css" type="text/css" rel="stylesheet"/>
<footer>
<div id="footer">
<div class="social">
<ul class="social-network social-circle">
<li><a href="https://www.instagram.com" class="icoInstagram" title="Instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com" class="icoFacebook" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.google.com" class="icoGoogle" title="Google"><i class="fa fa-google"></i></a></li>
<li><a href="https://www.youtube.com" class="icoYouTube" title="YouTube"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
Copyright © Once Upon A Book - All rights reserved
<a href="contact.php">Contact us</a>
<a href="feedback.php">Feedback</a>
</div>
</footer>
</body>
</html>