Просмотр файла google/index.php

Размер файла: 1.13Kb
<?
require("config.php");
?>
<html>
<head>
<title>Ryan Bridgers.com</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
<!--
* {font-size: 12px;}
a {color: #000;text-decoration:none}
a:visited {color: #0000FF;text-decoration:none}
a:hover {color: #FF0000;text-decoration:underline overline}
a:link {
	color: #0000FF;
}
-->
</style>
</HEAD>
<BODY text=#000000 aLink=#ff0000 bgColor=#ffffff onload="document.frmSearch.keywords.focus();document.frmSearch.keywords.select()">
<CENTER>
<FORM method="GET" action="search.php" name="frmSearch">
  <img src="img/hp0.gif" width="286" height="110">
  <TABLE cellSpacing=0 cellPadding=0 width=400  align="center">
	<TR>
		<TD align="center"><INPUT maxLength=256 size=50 name="keywords"> <input name="submit" type=submit value=" Search"></TD>
	</TR>
	<TR>
		<TD align="center">&nbsp;
		</TD>
	</TR>
</TABLE>
</FORM>

<p><a href="http://google.com">Google Powered</a> | <a href="http://noobies.net">noobies.net</a><br>
    <br>
    <br>
  </p>
<p><br>Copyright RyanBridgers.com    <br>
    <br>
</p>
</CENTER>
</BODY>
</HTML>