Created
September 15, 2014 12:43
-
-
Save helieting/8a900aedd1280b5cacbb to your computer and use it in GitHub Desktop.
bootstrap single page
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="http://cdn.staticfile.org/twitter-bootstrap/3.2.0/css/bootstrap.min.css"> | |
| </head> | |
| <body> | |
| <div class="container-fluid"> | |
| <div class="row"> | |
| </div> | |
| </div> | |
| <script src="http://cdn.staticfile.org/jquery/1.9.1/jquery.min.js"></script> | |
| <script src="http://cdn.staticfile.org/jquery/1.9.0/jquery.min.map"></script> | |
| <!-- Latest compiled and minified JavaScript --> | |
| <script src="http://cdn.staticfile.org/twitter-bootstrap/3.2.0/js/bootstrap.min.js"></script> | |
| <script> | |
| console.log($); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment