Skip to content

Instantly share code, notes, and snippets.

@rtekie
Created August 26, 2012 19:08
Show Gist options
  • Save rtekie/3482694 to your computer and use it in GitHub Desktop.
Save rtekie/3482694 to your computer and use it in GitHub Desktop.
<div data-role="page" id="qrcode">
<div data-role="header" data-theme="b" data-position="fixed">
<a href="#home" data-icon="home" data-iconpos="notext">Home</a>
<h1>QR Code</h1>
<a href="#home" data-icon="arrow-l" data-rel="back">Back</a>
</div>
<div data-role="content">
</div>
<div data-role="footer" class="ui-bar" data-theme="b" data-position="fixed" data-id="footer">
<a href="#about" data-icon="info">About</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment