mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
16 lines
763 B
Plaintext
16 lines
763 B
Plaintext
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{headline}}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<link rel="stylesheet" href="{{root}}/bootstrap/css/bootstrap.css" type="text/css">
|
|
<link rel="stylesheet" href="{{root}}/css/base.css" type="text/css">
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
|
<script src="{{root}}/bootstrap/js/bootstrap.js"></script>
|
|
<script src="{{root}}/js/bootstrap3-typeahead.js"></script>
|
|
</head>
|