lefttop.html

来自「PHP EMAIL FORM PROCESSING Just use php」· HTML 代码 · 共 27 行

HTML
27
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>LOGO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
if (self == top) {
top.location.replace("index.html")
}
</script>
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="http://www.email-form.com/" target="_top"><img src="images/fpp_logo.gif" alt="FormProcessorPro" width="177" height="74" border="0"></a></td>
</tr>
<tr>
<td height="21" bgcolor="#E2E2E2" align="center"><a href="http://www.email-form.com/" target="_top"><img src="images/link_visitsite.gif" width="65" height="11" border="0"></a></td>
</tr>
<tr>
<td height="7" background="images/bg_line.gif"><img src="images/1x1.gif" width="1" height="7" border="0"></td>
</tr>
</table>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?