<html>
<head>
    <title>Google Arama</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>

<br />
<br />
<br />
<!-- search google -->
<center>
    <form method="get" action="http://www.google.com/search">
        <table bgcolor="#ffffff">
            <tr>
                <td>
                    <a href="http://www.google.com/">
                    <img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"></a>
                    <input type="text" name="q" size="31" maxlength="255" value="">
                    <input type="hidden" name=hl value="en">
                    <input type="submit" name="btnG" value="Google Search">
                </td>
            </tr>
        </table>
    </form>
</center>
<!-- search google -->

</body>
</html>