Skip to content

Instantly share code, notes, and snippets.

@lonelydatum
Created February 14, 2013 17:37
Show Gist options
  • Save lonelydatum/4954527 to your computer and use it in GitHub Desktop.
Save lonelydatum/4954527 to your computer and use it in GitHub Desktop.
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