Created
March 5, 2013 08:08
-
-
Save alwayscoding/5088739 to your computer and use it in GitHub Desktop.
HTML: BOOTSTRAP SDK LOAD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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