Skip to content

Instantly share code, notes, and snippets.

@stevenpsmith
Created December 14, 2011 19:01
Show Gist options
  • Save stevenpsmith/1477966 to your computer and use it in GitHub Desktop.
Save stevenpsmith/1477966 to your computer and use it in GitHub Desktop.
<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