mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Ticket 81: Tweak to label of local path to index.html in example app, now properly shows actual project-relative path.
This commit is contained in:
parent
040194157f
commit
3c0bef6cc1
@ -11,7 +11,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body onload="init();" id="stage" class="theme">
|
<body onload="init();" id="stage" class="theme">
|
||||||
<h1>Welcome to PhoneGap!</h1>
|
<h1>Welcome to PhoneGap!</h1>
|
||||||
<h2>this file is located at assets/index.html</h2>
|
<h2>this file is located at assets/www/index.html</h2>
|
||||||
<div id="info">
|
<div id="info">
|
||||||
<h4>Platform: <span id="platform"> </span>, Version: <span id="version"> </span></h4>
|
<h4>Platform: <span id="platform"> </span>, Version: <span id="version"> </span></h4>
|
||||||
<h4>UUID: <span id="uuid"> </span>, Name: <span id="name"> </span></h4>
|
<h4>UUID: <span id="uuid"> </span>, Name: <span id="name"> </span></h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user