Skip to content

Instantly share code, notes, and snippets.

@reedling78
Created February 1, 2014 20:26
Show Gist options
  • Save reedling78/8758311 to your computer and use it in GitHub Desktop.
Save reedling78/8758311 to your computer and use it in GitHub Desktop.
Boilerplate: Bootstrap
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Boilerplate</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
whatever
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/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