Added a footer.

This also sets the default height of the page to 100% so that the footer is always on the bottom
This commit is contained in:
Lars van Hijfte
2017-01-11 13:07:52 +01:00
parent fc0b801d7d
commit 8761c89f75
3 changed files with 20 additions and 1 deletions

View File

@@ -3,12 +3,16 @@
<title>MyHyvesbook+</title>
<!-- Add your javascript files here. -->
<script src="js/jquery.js"></script>
<script src="js/header.js"></script>
<script src="js/menu.js"></script>
<style>
/* Add your css files here. */
@import url("styles/main.css");
@import url("styles/chat.css");
@import url("styles/font-awesome.css");
@import url("styles/header.css");
@import url("styles/menu.css");
@import url("styles/footer.css");
@import url("styles/chat.css");
</style>
</head>