Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created October 18, 2013 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonguyen/7036244 to your computer and use it in GitHub Desktop.
Save leonguyen/7036244 to your computer and use it in GitHub Desktop.
PhoneGap Lab: Create index.html
<!DOCTYPE HTML>
<html>
<head>
<title>PhoneGap</title>
<script type="text/javascript" charset="utf-8" src="cordova-2.9.0.js"></script>
</head>
<body>
<h1>Hello PhoneGap</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment