This inserts the map structure we will use for the project.

This commit is contained in:
Lars van Hijfte
2017-01-10 14:35:56 +01:00
parent a0934f7395
commit 4da39d5bab
6 changed files with 64 additions and 0 deletions

10
website/views/head.php Normal file
View File

@@ -0,0 +1,10 @@
<head>
<meta charset="utf-8">
<title>MyHyvesbook+</title>
<!-- Add your javascript files here. -->
<script src="js/jquery.js"></script>
<style>
/* Add your css files here. */
@import url("css/main.css");
</style>
</head>