Skip to content

Instantly share code, notes, and snippets.

@JeffCohen
Forked from eng/index.html
Last active May 13, 2017 15:14
Show Gist options
  • Save JeffCohen/494aacb12bf5d1edc384 to your computer and use it in GitHub Desktop.
Save JeffCohen/494aacb12bf5d1edc384 to your computer and use it in GitHub Desktop.
Bootstrap Starter Template
<!DOCTYPE html>
<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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="http://code.jquery.com/jquery-2.1.4.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js"></script>
<title>My Page</title>
</head>
<body>
<div class="container"> <!-- or container-fluid -->
<!-- Your content goes here -->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment