Update docs/pages/multipage-template.html

This commit is contained in:
Anne-Gaelle Colom 2011-11-15 14:51:07 +00:00
parent b8dcdc9657
commit c3bfd324dd

View file

@ -14,13 +14,13 @@
<body>
<!-- Start of first page: #one -->
<div data-role="page" id="foo">
<div data-role="page" id="one">
<div data-role="header">
<h1>Multi-page</h1>
</div><!-- /header -->
<div data-role="content" id="one">
<div data-role="content" >
<h2>One</h2>
<p>I have an id of "one" on my page container. I'm first in the source order so I'm shown when the page loads.</p>