-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
36 lines (27 loc) · 1.58 KB
/
header.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
34
35
36
<!doctype html>
<html lang="en">
<head>
<!-- Basic Page Needs ========================================== -->
<meta charset="utf-8">
<title>MoonBase</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas ===================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS ======================================================= -->
<link rel="stylesheet" href="css/normalize.css?v=<?php echo filemtime("css/normalize.css")?>">
<link rel="stylesheet" href="css/base.css?v=<?php echo filemtime("css/base.css")?>">
<link rel="stylesheet" href="css/grid.css?v=<?php echo filemtime("css/grid.css")?>">
<link rel="stylesheet" href="css/layout.css?v=<?php echo filemtime("css/layout.css")?>">
<!-- Favicons ======== http://mathiasbynens.be/notes/touch-icons -->
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/img/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/apple-touch-icon-144x144-precomposed.png">
<!-- OG Facebook ===== http://ogp.me =========================== -->
<!-- Analytics ================================================= -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>