Getting Started
About Bootstrap
Starter Template
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/vendor/bootstrap/v4/css/manifest.css" />
<!-- Font Awesome Icons and Google Fonts Import -->
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Montserrat:300,400,700,900&subset=cyrillic,cyrillic-ext,latin-ext"
rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- Grace UI Kit CSS -->
<link rel="stylesheet" href="assets/fonts/icons.css" />
<link rel="stylesheet" href="assets/css/grace.css" />
<title> Grace Template </title>
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery, Popper.js and Bootstrap JS -->
<script src="assets/vendor/jquery/v3.2.1/js/manifest.min.js"></script>
<script src="assets/vendor/bootstrap/v4/js/popper.min.js"></script>
<script src="assets/vendor/bootstrap/v4/js/manifest.min.js"></script>
</body>
</html>Using the Grace UI Kit
Last updated