-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
33 lines (27 loc) · 1.17 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<title>Hoofdpagina</title>
<?php // All css and Js links ?>
<link href="bootstrap/css/bootstrap-theme.css" rel="stylesheet" type="text/css">
<link href="bootstrap/css/bootstrap-theme.css.map" rel="stylesheet" type="text/css">
<link href="bootstrap/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css">
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="bootstrap/css/bootstrap.css.map" rel="stylesheet" type="text/css">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/main.min.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/npm.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="header">
<div id="header-logo"></div>
<div id="header-rest"></div>
</div>
<?php require_once 'php/html_includes/banner.php'; ?>
</body>
</html>