mirror of
https://github.com/apache/cordova-android.git
synced 2025-05-19 11:24:07 +08:00
26 lines
1.2 KiB
HTML
Executable File
26 lines
1.2 KiB
HTML
Executable File
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width,height=device-height,user-scalable=no,maximum-scale=1.0,initial-scale=1.0" />
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>PhoneGap</title>
|
|
<link rel="stylesheet" href="../master.css" type="text/css" media="screen" title="no title" charset="utf-8">
|
|
<script type="text/javascript" charset="utf-8" src="../phonegap.js"></script>
|
|
<script type="text/javascript" charset="utf-8" src="../main.js"></script>
|
|
|
|
</head>
|
|
<body onload="init();" id="stage" class="theme">
|
|
<h1>Page2 App</h1>
|
|
<h2>This is page 2 of a PhoneGap app</h2>
|
|
<div id="info">
|
|
<h4>Platform: <span id="platform"> </span></h4>
|
|
<h4>Version: <span id="version"> </span></h4>
|
|
<h4>UUID: <span id="uuid"> </span></h4>
|
|
<h4>Name: <span id="name"> </span></h4>
|
|
<h4>Width: <span id="width"> </span>, Height: <span id="height">
|
|
</span>, Color Depth: <span id="colorDepth"></span></h4>
|
|
</div>
|
|
<div><button onclick="history.back();">Back</button></div>
|
|
</body>
|
|
</html>
|