Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / _includes / header.html
1 <meta charset="utf-8">
2 <meta http-equiv="X-UA-Compatible" content="IE=edge">
3 <meta name="viewport" content="width=device-width, initial-scale=1">
4 <meta name="description" content="Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.">
5 <meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development">
6 <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
7
8 <title>
9   {% if page.layout == "home" %}
10     {{ page.title }}
11   {% else %}
12     {{ page.title }} &middot; Bootstrap
13   {% endif %}
14 </title>
15
16 <!-- Bootstrap core CSS -->
17 {% if site.github %}
18 <link href="../dist/css/bootstrap.min.css" rel="stylesheet">
19 {% else %}
20 <link href="../dist/css/bootstrap.css" rel="stylesheet">
21 {% endif %}
22 {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
23   <!-- Optional Bootstrap Theme -->
24 {% if site.github %}
25   <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet">
26 {% else %}
27   <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet">
28 {% endif %}
29 {% endif %}
30
31 <!-- Documentation extras -->
32 {% if site.github %}
33 <link href="../assets/css/docs.min.css" rel="stylesheet">
34 {% else %}
35 <link href="../assets/css/src/pygments-manni.css" rel="stylesheet">
36 <link href="../assets/css/src/anchor.css" rel="stylesheet">
37 <link href="../assets/css/src/docs.css" rel="stylesheet">
38 {% endif %}
39 <!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
40 <script src="../assets/js/ie-emulation-modes-warning.js"></script>
41
42 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
43 <!--[if lt IE 9]>
44   <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
45   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
46 <![endif]-->
47
48 <!-- Favicons -->
49 <link rel="apple-touch-icon" href="/apple-touch-icon.png">
50 <link rel="icon" href="/favicon.ico">
51
52 <script>
53   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
54   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
55   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
56   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
57   ga('create', 'UA-146052-10', 'getbootstrap.com');
58   ga('send', 'pageview');
59 </script>