Skip to content

Instantly share code, notes, and snippets.

@hgbrown
Created February 20, 2013 18:05
Show Gist options
  • Save hgbrown/4997595 to your computer and use it in GitHub Desktop.
Save hgbrown/4997595 to your computer and use it in GitHub Desktop.
HTML: Bootstrap Template
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<h1>Hello, world!</h1>
<script src="http://code.jquery.com/jquery.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