Skip to content

Instantly share code, notes, and snippets.

@dengsauve
Created July 12, 2018 00:47
Show Gist options
  • Save dengsauve/a7fde0de7f9e6a99cb6a4dba7c7f09aa to your computer and use it in GitHub Desktop.
Save dengsauve/a7fde0de7f9e6a99cb6a4dba7c7f09aa to your computer and use it in GitHub Desktop.
Default template for Bootstrap 4.1
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<h3>Congrats, you've setup bootstrap with the help of dengsauve. Now build something bitchin!</h3>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.slim.min.js" ></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment