info@54
|
1 |
<meta charset="utf-8">
|
info@54
|
2 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
info@54
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
info@54
|
4 |
<meta name="description" content="">
|
info@54
|
5 |
<meta name="author" content="">
|
info@54
|
6 |
|
info@54
|
7 |
<title>
|
info@54
|
8 |
{% if page.title == "Bootstrap" %}
|
info@54
|
9 |
{{ page.title }}
|
info@54
|
10 |
{% else %}
|
info@54
|
11 |
{{ page.title }} · Bootstrap
|
info@54
|
12 |
{% endif %}
|
info@54
|
13 |
</title>
|
info@54
|
14 |
|
info@54
|
15 |
<!-- Bootstrap core CSS -->
|
info@54
|
16 |
<link href="{{ page.base_url }}dist/css/bootstrap.min.css" rel="stylesheet">
|
info@54
|
17 |
|
info@54
|
18 |
<!-- Documentation extras -->
|
info@54
|
19 |
<link href="{{ page.base_url }}docs-assets/css/docs.css" rel="stylesheet">
|
info@54
|
20 |
<link href="{{ page.base_url }}docs-assets/css/pygments-manni.css" rel="stylesheet">
|
info@54
|
21 |
<!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
|
info@54
|
22 |
|
info@54
|
23 |
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
info@54
|
24 |
<!--[if lt IE 9]>
|
info@54
|
25 |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
info@54
|
26 |
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
info@54
|
27 |
<![endif]-->
|
info@54
|
28 |
|
info@54
|
29 |
<!-- Favicons -->
|
info@54
|
30 |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png">
|
info@54
|
31 |
<link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.png">
|
info@54
|
32 |
|
info@54
|
33 |
<script>
|
info@54
|
34 |
var _gaq = _gaq || [];
|
info@54
|
35 |
_gaq.push(['_setAccount', 'UA-146052-10']);
|
info@54
|
36 |
_gaq.push(['_trackPageview']);
|
info@54
|
37 |
(function() {
|
info@54
|
38 |
var ga = document.createElement('script'); ga.async = true;
|
info@54
|
39 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
info@54
|
40 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
info@54
|
41 |
})();
|
info@54
|
42 |
</script>
|