Skip to content

Instantly share code, notes, and snippets.

@alwayscoding
Created March 5, 2013 08:08
Show Gist options
  • Select an option

  • Save alwayscoding/5088739 to your computer and use it in GitHub Desktop.

Select an option

Save alwayscoding/5088739 to your computer and use it in GitHub Desktop.
HTML: BOOTSTRAP SDK LOAD
<!-- Twitter Bootstrap SDK Load -->
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script>
<!-- End of Twitter Bootstrap SDK Load -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment