aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/views/header.ejs
blob: 4d870dee210f1442c0aedfff37cd16c69b235535 (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/bootstrap.min.css' />
        <link rel='stylesheet' href='/css/bootstrap-responsive.min.css' />

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