Skip to content

Instantly share code, notes, and snippets.

@jesperbjensen
Created April 2, 2013 13:39
Show Gist options
  • Save jesperbjensen/5292269 to your computer and use it in GitHub Desktop.
Save jesperbjensen/5292269 to your computer and use it in GitHub Desktop.
A simple little form, that searches on google, filtered to your site.
<form method="get" action="https://google.com/search">
<input type="hidden" name="as_sitesearch" value="deldy.dk">
<input type="search" name="q" placeholder="search">
<input type="submit" style="display:none;">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment