Created
February 12, 2010 15:50
-
-
Save ChrisRicca/302670 to your computer and use it in GitHub Desktop.
Quick and dirty way to add search to a site.
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 action="http://www.google.com/search" method="get"> | |
<div> | |
<label for="q">Search</label> | |
<input type="text" name="q" value="" id="q"> | |
<input type="hidden" value="yourdomain.com" name="sitesearch"> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment