Skip to content

Instantly share code, notes, and snippets.

@harrypujols
Last active December 27, 2015 14:49
Show Gist options
  • Save harrypujols/7343375 to your computer and use it in GitHub Desktop.
Save harrypujols/7343375 to your computer and use it in GitHub Desktop.
Google search form
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" placeholder="Search">
<input type="submit" value="Google Search" class="sprite-search">
<input type="checkbox" name="sitesearch" value="samplesite.com" checked >
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment