zccg.php

来自「打天下php+mysql招聘求职源代码」· PHP 代码 · 共 30 行

PHP
30
字号
<?
require "config.php";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><? echo "$webname"; ?></title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><div align="center"><img src="images/help-3.gif" width="347" height="285" border="0" usemap="#Map"></div></td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="120,203,196,224" href="index.php">
</map>
</body>
</html>

⌨️ 快捷键说明

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