-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
53 lines (42 loc) · 2.27 KB
/
header.php
File metadata and controls
53 lines (42 loc) · 2.27 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7">
<link rel="stylesheet" type="text/css" href="css/ie/ie-6.css">
<![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8">
<link rel="stylesheet" type="text/css" href="css/ie/ie-7.css">
<![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9">
<link rel="stylesheet" type="text/css" href="css/ie/ie-8.css">
<![endif]-->
<!--[if gt IE 8]> <!-->
<html class="no-js" lang="es">
<link rel="stylesheet" type="text/css" href="css/ie/ie-9.css">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>— ÁlvaroMöo.com</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.min.css">
<link rel="icon" href="favicon.png" type="image/png" />
<link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:300,400,700,900' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type='text/css'>
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="js/vendor/autosize.min.js"></script>
<script src="js/script.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">Estás usando un navegador <strong>inseguro</strong>. Por favor <a href="http://browsehappy.com/">actualiza tu navegador</a> para mejorar tu experiencia web.</p>
<![endif]-->
<header class="site-header">
<?php require('php/nav.php') ?>
</header>