Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Last active April 16, 2019 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsgranne/d2daa015a6c1c29b19d6b57288c07146 to your computer and use it in GitHub Desktop.
Save rsgranne/d2daa015a6c1c29b19d6b57288c07146 to your computer and use it in GitHub Desktop.
Bootstrap 4 NPM HTML template for Web dev courses
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Untitled</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<h1>Hello, world!</h1>
<!-- Do NOT delete these scripts! -->
<script src="/node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment