Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created August 7, 2017 07:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shininglow/c4b229f9bf54407ac963f55fe4fb80f9 to your computer and use it in GitHub Desktop.
Save Shininglow/c4b229f9bf54407ac963f55fe4fb80f9 to your computer and use it in GitHub Desktop.
<form method="get" action="http://www.google.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" align="center" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="radio" name="sitesearch" value="" />The Web
<input type="radio" name="sitesearch"
value="yoursite.com" checked /> Only Your Site<br />
</td></tr></table>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment