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:
Fil Maj 2011-01-31 17:51:15 -08:00
parent 040194157f
commit 3c0bef6cc1

View File

@ -11,7 +11,7 @@
</head>
<body onload="init();" id="stage" class="theme">
<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">
<h4>Platform: <span id="platform"> &nbsp;</span>, Version: <span id="version">&nbsp;</span></h4>
<h4>UUID: <span id="uuid"> &nbsp;</span>, Name: <span id="name">&nbsp;</span></h4>