Skip to content

Instantly share code, notes, and snippets.

@snobojohan
snobojohan / index.html
Created January 17, 2017 23:17
Search google
<form id="search" action="https://google.com/search" method="get">
<input type="hidden" name="sitesearch" value="https://styleguide.svt.se" />
<input type="text" name="q" />
<button type="submit">Sök</button>
</form>