Skip to content

Instantly share code, notes, and snippets.

@reactivepixel
Created June 27, 2012 21:50
Show Gist options
  • Save reactivepixel/3007086 to your computer and use it in GitHub Desktop.
Save reactivepixel/3007086 to your computer and use it in GitHub Desktop.
Simple JQuery Mobile Page
<!-- ========== Page ============= -->
<article id="home" data-role="page">
<header data-role="header">
<h2>Header Content</h2>
</header>
<section data-role="content">
<p>Hello, World? Check out all the <a href="#parts">Parts and Pieces</a></p>
</section>
<footer data-role="footer">
<h4>Footer Content</h4>
</footer>
</article>
<!-- +++++++++ end Page +++++++++++ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment