Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

59 linhas
2.4 KiB

  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. <title>
  8. {% if page.layout == "home" %}
  9. {{ page.title }}
  10. {% else %}
  11. {{ page.title }} &middot; Bootstrap
  12. {% endif %}
  13. </title>
  14. <!-- Bootstrap core CSS -->
  15. {% if site.github %}
  16. <link href="../dist/css/bootstrap.min.css" rel="stylesheet">
  17. {% else %}
  18. <link href="../dist/css/bootstrap.css" rel="stylesheet">
  19. {% endif %}
  20. {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
  21. <!-- Optional Bootstrap Theme -->
  22. {% if site.github %}
  23. <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet">
  24. {% else %}
  25. <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet">
  26. {% endif %}
  27. {% endif %}
  28. <!-- Documentation extras -->
  29. {% if site.github %}
  30. <link href="../assets/css/docs.min.css" rel="stylesheet">
  31. {% else %}
  32. <link href="../assets/css/src/docs.css" rel="stylesheet">
  33. <link href="../assets/css/src/pygments-manni.css" rel="stylesheet">
  34. {% endif %}
  35. <!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  36. <script src="../assets/js/ie-emulation-modes-warning.js"></script>
  37. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  38. <!--[if lt IE 9]>
  39. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  40. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  41. <![endif]-->
  42. <!-- Favicons -->
  43. <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  44. <link rel="icon" href="/favicon.ico">
  45. <script>
  46. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  47. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  48. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  49. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  50. ga('create', 'UA-146052-10', 'getbootstrap.com');
  51. ga('send', 'pageview');
  52. </script>