A theme based off Bootstrap for external tools.
<!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 Core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Sonar Dark Rye Theme CSS -->
<link rel="stylesheet" href="assets/css/sonar-darkrye.css">
<title>Hello, world!</title>
</head>
<body class="sonar-darkrye">
<h1>Hello, world!</h1>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-3.5.1.slim.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>
For more details on all Bootstrap core features and functionality visit:
Bootstrap Documentation: https://getbootstrap.com/docs/