Created
March 19, 2012 04:14
-
-
Save mlynch/2094566 to your computer and use it in GitHub Desktop.
Simple page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div data-role="page" id="page1"> | |
<div data-role="header"> | |
<h3> | |
Page 1 | |
</h3> | |
</div> | |
<div data-role="content"> | |
<!-- components go here --> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment