Skip to content

Instantly share code, notes, and snippets.

@michaelchaize
Created May 23, 2012 08:45
Show Gist options
  • Select an option

  • Save michaelchaize/2773962 to your computer and use it in GitHub Desktop.

Select an option

Save michaelchaize/2773962 to your computer and use it in GitHub Desktop.
test html
<!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