Created
March 16, 2012 19:28
-
-
Save sattybhens/2052013 to your computer and use it in GitHub Desktop.
urls to get javascript library's
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> | |
| <head> | |
| <title>simple</title> | |
| <link rel="stylesheet" href="css/jquery.mobile-1.0.1.css" /> | |
| <script src="js/libs/jquery-1.7.1.js"></script> | |
| <script src="js/libs/jquery.mobile-1.0.1.js"></script> | |
| </head> | |
| <body> | |
| <div data-role="page"> | |
| <div data-role="header"> | |
| <h1>The title</h1> | |
| </div><!-- /header --> | |
| <div data-role="content"> | |
| <p>The content</p> | |
| </div><!-- /content --> | |
| <div data-role="footer"> | |
| <h4>The Footer</h4> | |
| </div><!-- /header --> | |
| </div><!-- /page --> | |
| </body> | |
| </html> |
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
| wget http://code.jquery.com/jquery-1.7.1.js | |
| wget http://code.jquery.com/jquery-1.7.1.min.js | |
| wget http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.js | |
| wget http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js | |
| wget http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.css | |
| wget https://github.com/downloads/emberjs/ember.js/ember-0.9.5.min.js --no-check-certificate | |
| wget https://github.com/downloads/emberjs/ember.js/ember-0.9.5.js --no-check-certificate | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment