Files
WebDB/website/views/head.php
Lars van Hijfte 8761c89f75 Added a footer.
This also sets the default height of the page to 100% so that the footer is always on the bottom
2017-01-11 13:07:52 +01:00

19 lines
557 B
PHP

<head>
<meta charset="utf-8">
<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/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>