Skip to content

Instantly share code, notes, and snippets.

@technogoat
Created December 14, 2011 10:08
Show Gist options
  • Save technogoat/1475979 to your computer and use it in GitHub Desktop.
Save technogoat/1475979 to your computer and use it in GitHub Desktop.
<div data-role="page" data-theme="e">
<div data-role="header">
<h1>My Title</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li>Page 1</li>
<li>Page 2</li>
<li>jQuery Mobile</li>
</ul>
</div>
<div data-role="footer" data-position="fixed">
<h4>Footer</h4>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment