Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created May 1, 2013 21:27
Show Gist options
  • Save cfjedimaster/5498519 to your computer and use it in GitHub Desktop.
Save cfjedimaster/5498519 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name = "format-detection" content = "telephone=no"/>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title>FileTransfer Test</title>
</head>
<body>
<div id="content">
<p>
Kansas Joe McCoy and Memphis Minnie – "When The Levee Breaks"
</p>
<img src="img/KansasJoeAndMemphisMinnie.jpg">
<p>
<button id="startDl" disabled>Click to Download and Play</button>
</p>
</div>
<div id="status"></div>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>
@shwetatrivedi
Copy link

Where do i found js/index.js?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment