Skip to content

Instantly share code, notes, and snippets.

@julianshen
Created October 20, 2011 18:11
Show Gist options
  • Save julianshen/1301844 to your computer and use it in GitHub Desktop.
Save julianshen/1301844 to your computer and use it in GitHub Desktop.
<div data-role="page" id="homepage">
<div id="home" data-title="home" data-role="tab" data-icon="home">
<h1>I'm Tab1</h1>
<img src="http://images.apple.com/home/images/hero.jpg" />
</div>
<div id="test" data-title="test" data-role="tab" data-icon="info">
<h1>I'm Tab2</h1>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment