This inserts the map structure we will use for the project.
This commit is contained in:
10
website/views/head.php
Normal file
10
website/views/head.php
Normal 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>
|
||||
Reference in New Issue
Block a user