aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/views/header.ejs
blob: b0bd32b0fb23c59dbf07718c0998e8f2874b1e44 (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]-->