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>
|
||||
3
website/views/homepage.php
Normal file
3
website/views/homepage.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="content">
|
||||
<!-- Add the content here. -->
|
||||
</div>
|
||||
Reference in New Issue
Block a user