Skip to content

Instantly share code, notes, and snippets.

@boompig
Created June 24, 2014 15:51
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 boompig/630d3f289e1765e26ded to your computer and use it in GitHub Desktop.
Save boompig/630d3f289e1765e26ded to your computer and use it in GitHub Desktop.
<!DOCTYPE>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- mobile support -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
<title>Title Here</title>
</head>
<body>
<div class="container">
<div class="inner-container">
</div>
</div>
<!-- JS @ bottom for faster loading -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/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