mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
12 lines
485 B
Plaintext
12 lines
485 B
Plaintext
<head>
|
|
<meta charset=UTF-8>
|
|
<title>{{headline}} | jq</title>
|
|
<link rel="stylesheet" href="{{root}}/bootstrap/css/bootstrap.css" type="text/css">
|
|
<link rel="stylesheet" href="{{root}}/css/base.css" type="text/css">
|
|
<!--[if IE]>
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
|
|
<script src="{{root}}/bootstrap/js/bootstrap.js"></script>
|
|
|
|
</head> |