Hello World
by dcardoso
HTML
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css">
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div>
<div data-role="content">
Page 1
</div>
<div data-role="footer">
<h4>Page Footer</h4>
</div>
</div>
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div>
<div data-role="content">
Page 2
</div>
<div data-role="footer">
<h4>Page Footer</h4>
</div>
</div>