Skip to content

Instantly share code, notes, and snippets.

@rtekie
Created August 26, 2012 19:55
Show Gist options
  • Save rtekie/3483125 to your computer and use it in GitHub Desktop.
Save rtekie/3483125 to your computer and use it in GitHub Desktop.
<div data-role="page" id="addurl">
<div data-role="header" data-theme="b" data-position="fixed">
<a href="#home" data-icon="home" data-iconpos="notext">Home</a>
<h1>Add URL</h1>
<a href="#home" data-icon="arrow-l" data-rel="back">Back</a>
</div>
<div data-role="content">
<form action="#home" method="POST" name="addurl" id="addurl">
<div data-role="fieldcontain">
<label for="url">URL:</label>
<input type="url" name="url" id="url" value="http://" />
<button>Add</button>
</div>
</form>
</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