jQuery mobile sample page
HTML
<script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css">
<section data-role="page">
<header data-role="header"><h1>jQuery Mobile</h1></header>
<div data-role="content">
content
</div>
<footer data-role="footer"><h1>PDE07</h1></footer>
</section>