2012-07-21 00:57:26 +08:00
|
|
|
<!DOCTYPE html>
|
2012-05-31 10:59:20 +08:00
|
|
|
<html>
|
2012-07-21 00:57:26 +08:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2012-07-24 01:43:23 +08:00
|
|
|
<meta name = "format-detection" content = "telephone=no"/>
|
2012-07-21 00:57:26 +08:00
|
|
|
<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>Hello Cordova</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="app">
|
2012-07-24 01:43:23 +08:00
|
|
|
<h1>Apache Cordova</h1>
|
2012-07-21 00:57:26 +08:00
|
|
|
<div id="deviceready">
|
|
|
|
<p class="status pending blink">Connecting to Device</p>
|
|
|
|
<p class="status complete blink hide">Device is Ready</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2012-08-25 04:44:18 +08:00
|
|
|
<script type="text/javascript" src="cordova-2.1.0rc1.js"></script>
|
2012-07-21 00:57:26 +08:00
|
|
|
<script type="text/javascript" src="js/index.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
app.initialize();
|
|
|
|
</script>
|
|
|
|
</body>
|
2012-05-31 10:59:20 +08:00
|
|
|
</html>
|