summaryrefslogtreecommitdiff
path: root/views/header.html
diff options
context:
space:
mode:
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>