📄 error.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误信息</title>
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-weight: bold;
font-size: 24px;
}
.style2 {
color: #FF0000;
font-weight: bold;
font-size: 18px;
}
-->
</style>
</head>
<body>
<table width="40%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="EEFFEA">
<tr>
<td height="50" align="center" bgcolor="42A12F"><span class="style1">错 误 信 息</span></td>
</tr>
<tr>
<td height="120" align="center"><span class="style2">你没有权限访问</span></td>
</tr>
<tr>
<td height="30" align="right"><A href="javascript:window.close();">[关闭窗口]</A> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -