summaryrefslogtreecommitdiff
path: root/views/header.html
diff options
context:
space:
mode:
authorHorus_Arch2015-02-26 02:40:52 +0100
committerHorus_Arch2015-02-26 02:40:52 +0100
commit64ae2edb5a97f05f5592f58422adbc6ac089f9e8 (patch)
treeb375a73ec6bd0698d27cd01ef4307e62e9c1fa6d /views/header.html
parent49ffcba2c3c4a19d147dd792d7f6c99b7545a491 (diff)
downloadstatuspage-64ae2edb5a97f05f5592f58422adbc6ac089f9e8.tar.gz
Clean up. More backend code. Better UX and design.
Diffstat (limited to 'views/header.html')
-rw-r--r--views/header.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/views/header.html b/views/header.html
index 3af93d8..bd1a3b0 100644
--- a/views/header.html
+++ b/views/header.html
@@ -3,17 +3,18 @@
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>{{.title}}</title>
- <link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css'>
- <!--link rel='stylesheet' type='text/css' href='/static/css/bootstrap.css'-->
- <link rel='stylesheet' type='text/css' href='/static/css/style.css'>
+ <!--link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css'-->
+ <link rel='stylesheet' type='text/css' href='/static/bootstrap/css/bootstrap.min.css'>
<link rel='stylesheet' type='text/css' href='/static/css/ripples.min.css'>
<link rel='stylesheet' type='text/css' href='/static/css/material-wfont.min.css'>
+ <link rel='stylesheet' type='text/css' href='/static/css/style.css'>
<link rel='shortcut icon' type='image/png' href='/static/img/favicon.ico'>
{{range .moreStyles}}
<link rel='stylesheet' type='text/css' href='/public/{{.}}'>
{{end}}
- <meta name='viewport' content='width=device-width, initial-scale=1.0'>
<noscript>
<style>.navbar{margin-bottom:0;}</style>
</noscript>