Created
May 1, 2014 02:44
-
-
Save techirsh/1f4f725741b183fc21be 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
<form id="searchthis" action="/search" style="display:inline;" method="get"> | |
<div class="form-group"> | |
<div class="input-group"> | |
<input autocomplete="on" class="form-control" name="q" title="search" placeholder="Search" id="search-query-3" /> | |
<span class="input-group-btn"> | |
<button type="submit" class="btn"><span class="fui-search"></span></button> | |
</span> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment