If you would like to allow Google searches from your web page, we welcome you to use the code snippet below for that purpose.
You can make any reasonable modification to the snippet, such as
taking out the centering code, making the text box wider or
narrower, or changing the background color (note, however, that the background for the Google logo is white, not transparent).
Here is the code:
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="https://oldgoogleskin.pages.dev/">
<IMG SRC="https://2004.oldgoogleskin.pages.dev/LogoSmall.gif" border="0" title="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
and here is what it looks like:
© Google & GAB644