error.htm

来自「PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后」· HTM 代码 · 共 22 行

HTM
22
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>非法操作</title>
<style type="text/css">
<!--
td {
	font-size: 12px;
}
-->
</style>
</head>

<body>
<table width="100%"  border="0" cellspacing="9" cellpadding="0">
  <tr>
    <td>不是管理员,请<a href="../default.php" target="_parent">返回</a>。</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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