O codigo que usamos foi esse simples:
<html>
<body>
<title> Systema de pesquisa </title>
<form id="form1" name="formulario" method="get" action="https://google.com/search?q=">
<p>
<table>
<input name="q" type="text" id="q" />
<Table>
<p>
<table>
<input type="submit" name="botao" value="Buscar" />
</table>
<p>Systema de Busca basico </p>
</form>
</body>
</html>