-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
34 lines (29 loc) · 1.6 KB
/
header.php
File metadata and controls
34 lines (29 loc) · 1.6 KB
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
34
<!doctype html>
<?php require_once('inc/functions.php'); ?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" class="no-js" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="author" href="humans.txt" />
<?php // Styles ?>
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="css/inc/normalize.css">
<link rel="stylesheet" href="css/inc/bootstrap.min.css">
<link rel="stylesheet" href="css/inc/animate.css">
<link rel="stylesheet" href="css/main.css">
<meta name="robots" content="index, nofollow" />
<?php // Favicons ?>
<link rel="shortcut icon" href="images/favicons/favicon.ico?>" />
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="manifest" href="images/favicons/site.webmanifest">
<link rel="mask-icon" href="images/favicons/safari-pinned-tab.svg?>" color="#57aaac">
<meta name="msapplication-TileColor" content="#41C2CD">
<meta name="theme-color" content="#41C2CD">
<?php
require_once('inc/functions.php');
require_once('inc/metadonnees.php');
?>
<script defer="defer" src="js/inc/modernizr.custom.js"></script>