Skip to content

Instantly share code, notes, and snippets.

@znake
Created May 21, 2012 12:06
Show Gist options
  • Save znake/2762039 to your computer and use it in GitHub Desktop.
Save znake/2762039 to your computer and use it in GitHub Desktop.
PhoneGap minimal index
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8">
<script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
<script type="text/javascript" charset="utf-8" src="app.js"></script>
<body onload="onBodyLoad()">
<h1>Hey, it's CoffeeScript in PhoneGap!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment