Created
May 1, 2013 21:27
-
-
Save cfjedimaster/5498519 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where do i found js/index.js?