aboutsummaryrefslogtreecommitdiff
path: root/common/header.inc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 11:42:06 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 11:42:06 +0100
commit70eaab03e8e433f4d43b690350153b4283c4255b (patch)
treeba92a6f101bc00a80bf784fe8a1014611230007e /common/header.inc
parent8d8d22a4c76c6580ce62ab93e5dacbbc5c1c842a (diff)
downloadwww-70eaab03e8e433f4d43b690350153b4283c4255b.tar.gz
www-70eaab03e8e433f4d43b690350153b4283c4255b.zip
structure
Diffstat (limited to 'common/header.inc')
-rw-r--r--common/header.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/header.inc b/common/header.inc
new file mode 100644
index 00000000..c54bba37
--- /dev/null
+++ b/common/header.inc
@@ -0,0 +1,16 @@
1 <meta http-equiv="X-UA-Compatible" content="IE=edge">
2 <meta name="viewport" content="width=device-width, initial-scale=1">
3 <meta name="author" content="">
4 <!-- <link rel="icon" href="../../favicon.ico"> -->
5
6 <!-- Bootstrap core CSS -->
7 <link href="dist/css/bootstrap.min.css" rel="stylesheet">
8
9 <!-- Custom styles for this template -->
10 <link href="justified-nav.css" rel="stylesheet">
11
12 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
13 <!--[if lt IE 9]>
14 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
15 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
16 <![endif]-->