Skip to content

Instantly share code, notes, and snippets.

@hanspeide
Created November 7, 2011 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanspeide/1344823 to your computer and use it in GitHub Desktop.
Save hanspeide/1344823 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8" />
</script>
</head>
<body">
<div data-role="page" id="albumDetails" data-theme="c">
<div data-role="header">
<a data-rel="back" data-icon="back">Back</a>
<h1>Find Similar</h1>
</div>
<div data-role="content">
<div data-role="fieldcontain">
<label for="name">Text Input:</label>
<input type="text" name="name" id="name" value="" />
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment