Created
January 3, 2014 16:06
-
-
Save lswilson/8240471 to your computer and use it in GitHub Desktop.
Find A Rental: HTML
This file contains 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
<form action="/" class="find-a-rental searchform unit-sub-body"> | |
<div class="form-row form-row-inline"> | |
<input type="text" class="s" name="find-a-rental-loc" id="find-a-rental-loc" placeholder="City, Zip or Neighborhood" /> | |
<input type="submit" class="btn searchsubmit" value="Search" /> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment