Created
November 7, 2011 12:33
-
-
Save hanspeide/1344823 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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