Created
May 23, 2012 08:45
-
-
Save michaelchaize/2773962 to your computer and use it in GitHub Desktop.
test 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>DEMO APPLICATION</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
| <meta http-equiv="Access-Control-Allow-Origin" content="*"/> | |
| <link rel="stylesheet" href="css/jquery.mobile-1.1.0.css" /> | |
| <link rel="stylesheet" href="css/style.css" /> | |
| <!-- we will use cordova to package the mobile application--> | |
| <script src="js/vendor/phoneGap/cordova-1.6.0.js"></script> | |
| <!-- require.js: data-main attribute tells require.js to load | |
| js/main.js after require.js loads. --> | |
| <script data-main="js/main" src="js/vendor/require/require.js"></script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment