Skip to content

Instantly share code, notes, and snippets.

@roachhd
Last active August 29, 2015 14:08
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 roachhd/bedf775d9817576ac2f0 to your computer and use it in GitHub Desktop.
Save roachhd/bedf775d9817576ac2f0 to your computer and use it in GitHub Desktop.
PageBoot Bootstrap and jQuery requirements.
<!-- CDN for bootstrap css and JS min files. Always the latest version -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<script type='text/javascript' src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<!-- CDN for jQuery JS min files. Always the 1.11.0 version -->
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment