Difference between revisions of "Bootstrap Test"
Line 1: | Line 1: | ||
− | < | + | <html> |
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
+ | <title>GCbootstrap - GCpedia, GCpedicure and Bootstrap</title> | ||
+ | |||
+ | <!--Bootstrap CSS--> | ||
+ | <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> | ||
+ | <!--Bootstrap Font Awesome--> | ||
+ | <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
+ | <!-- FontAwesome JS --> | ||
+ | <script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js" integrity="sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9" crossorigin="anonymous"></script> | ||
+ | |||
+ | <!--Bootstrap JQuery--> | ||
+ | <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
+ | <!--Bootstrap Popper--> | ||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> | ||
+ | <!--Bootstrap JS--> | ||
+ | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> | ||
+ | |||
+ | <!--Modernizr for detecting HTML5 and CSS3 features in the browser--> | ||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <!--Start of body and super-body container. DO NOT REMOVE--> | ||
+ | <body lang="en"> | ||
+ | <section class="super-body"> | ||
+ | <!--Start of body and super-body container. DO NOT REMOVE--> | ||
+ | |||
+ | </html> | ||
− | + | {{GCb-head-bootest-eng1}} | |
− | {{GCb-head-bootest- | ||
{{GCb-nav-bootest-eng1}} | {{GCb-nav-bootest-eng1}} | ||
− | + | ||
<h1 class="display-1">Display 1</h1> | <h1 class="display-1">Display 1</h1> | ||
− | |||
{{GCb-footer-bootest-eng1}} | {{GCb-footer-bootest-eng1}} | ||
{{GCb-css-bootest-core1}} | {{GCb-css-bootest-core1}} | ||
{{GCb-css-bootest-override1}} | {{GCb-css-bootest-override1}} |
Revision as of 19:37, 15 April 2019
<html> <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>GCbootstrap - GCpedia, GCpedicure and Bootstrap</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js" integrity="sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
</head>
<body lang="en"> <section class="super-body">
</html>
Template:GCb-head-bootest-eng1 Template:GCb-nav-bootest-eng1
Display 1
Template:GCb-footer-bootest-eng1
Template:GCb-css-bootest-core1
Template:GCb-css-bootest-override1