14 lines
523 B
Text
14 lines
523 B
Text
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<title><%= title %></title>
|
|
<link rel='stylesheet' href='/css/bootstrap-theme.css' />
|
|
<link rel='stylesheet' href='/css/bootstrap.css' />
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="../../assets/js/html5shiv.js"></script>
|
|
<script src="../../assets/js/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|