Add Footer

This commit is contained in:
Muhammad Iqbal Rifai 2018-07-04 09:53:51 +02:00
parent 567f76958b
commit 754c480f8c
1 changed files with 14 additions and 0 deletions

14
views/layouts/footer.ejs Normal file
View File

@ -0,0 +1,14 @@
<footer>
<section class="links">
<a href="#">Start</a>
<a href="#">Blog</a>
<a href="#">Project</a>
<a href="#">Contact</a>
</section>
<div class="social">
<a href="#">Facebook</a>
<a href="#">Twitter</a>
</div>
</footer>
</div>