aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/views/header.ejs
blob: 1518b15bde359834a14509e9fb7f95f92bbe6c8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

    <title><%= title %></title>
    <meta name="description" content="" />
    <meta name="author" content="">

    <meta name="viewport" content="width=device-width" />
    <link rel='stylesheet' href='/css/flatstrap.min.css' />
    <link rel='stylesheet' href='/css/flatstrap-responsive.min.css' />

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
        <!--[if lt IE 9]>
          <script src="../assets/js/html5shiv.js"></script>
    <![endif]-->