Created
December 14, 2011 19:01
-
-
Save stevenpsmith/1477966 to your computer and use it in GitHub Desktop.
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="activities"> | |
<div data-role="header"> | |
<h1>Activities</h1> | |
<a href="#" data-role="button" data-icon="add" id="add-button">Add</a> | |
</div> | |
<div data-role="content"> | |
<!-- the contents of the list view will be rendered via the backbone view --> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment