summaryrefslogtreecommitdiff
path: root/views/header.html
blob: bd1a3b02a4cb72ea7b4d7f5dd5fe6a1dd731d420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>

<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/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}}
    <noscript>
	<style>.navbar{margin-bottom:0;}</style>
     </noscript>
  </head>
  <body>