bootstrap-source/bootstrap-3.0.3/_includes/header.html
changeset 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/_includes/header.html	Fri Dec 20 22:49:16 2013 +0100
     1.3 @@ -0,0 +1,42 @@
     1.4 +<meta charset="utf-8">
     1.5 +<meta http-equiv="X-UA-Compatible" content="IE=edge">
     1.6 +<meta name="viewport" content="width=device-width, initial-scale=1.0">
     1.7 +<meta name="description" content="">
     1.8 +<meta name="author" content="">
     1.9 +
    1.10 +<title>
    1.11 +  {% if page.title == "Bootstrap" %}
    1.12 +    {{ page.title }}
    1.13 +  {% else %}
    1.14 +    {{ page.title }} &middot; Bootstrap
    1.15 +  {% endif %}
    1.16 +</title>
    1.17 +
    1.18 +<!-- Bootstrap core CSS -->
    1.19 +<link href="{{ page.base_url }}dist/css/bootstrap.min.css" rel="stylesheet">
    1.20 +
    1.21 +<!-- Documentation extras -->
    1.22 +<link href="{{ page.base_url }}docs-assets/css/docs.css" rel="stylesheet">
    1.23 +<link href="{{ page.base_url }}docs-assets/css/pygments-manni.css" rel="stylesheet">
    1.24 +<!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
    1.25 +
    1.26 +<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    1.27 +<!--[if lt IE 9]>
    1.28 +  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    1.29 +  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    1.30 +<![endif]-->
    1.31 +
    1.32 +<!-- Favicons -->
    1.33 +<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png">
    1.34 +                               <link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.png">
    1.35 +
    1.36 +<script>
    1.37 +  var _gaq = _gaq || [];
    1.38 +  _gaq.push(['_setAccount', 'UA-146052-10']);
    1.39 +  _gaq.push(['_trackPageview']);
    1.40 +  (function() {
    1.41 +    var ga = document.createElement('script'); ga.async = true;
    1.42 +    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    1.43 +    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    1.44 +  })();
    1.45 +</script>
Impressum Datenschutzerklärung