Skip to content

Instantly share code, notes, and snippets.

@codeinvain
Created June 17, 2013 08:38
Show Gist options
  • Save codeinvain/5795494 to your computer and use it in GitHub Desktop.
Save codeinvain/5795494 to your computer and use it in GitHub Desktop.
phonegap index.html (pingjam integration)
<!DOCTYPE html>
<html>
..
<body>
..
..
<script type="text/javascript" src="cordova-2.7.0.js"></script>
<script type="text/javascript" src="js/pingjam.js"></script>
<script type="text/javascript" src="js/index.js"></script>
..
..
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment