A Pen by Johan Hallberg on CodePen.
Created
January 17, 2017 23:17
-
-
Save snobojohan/f3c8eaf3e3146494f02827737797654f to your computer and use it in GitHub Desktop.
Search google
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 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> |
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
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment