Last active
March 8, 2018 05:50
-
-
Save robhob/924156a6b2c2145da36714551a5e34ba 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 role="search" method="get" id="searchform" class="searchform" action="https://mydomainname.com/"> | |
<div> | |
<input type="text" placeholder="Find the perfect book" value="" name="s" id="s"> | |
<input type="submit" id="searchsubmit" value="Search"> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment