adminerr.asp
来自「酒店预约系统,适合中小型酒店使用」· ASP 代码 · 共 36 行
ASP
36 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
@import url("style.css");
-->
</style>
</head>
<body>
<div align="center">
<table width="574" height="124" border="0" class="table_big">
<tr>
<td><div align="center">
<table width="524" border="0" class="table_small">
<tr>
<td class="text"> <div align="left">管理员登陆错误!</div></td>
</tr>
<tr>
<td><div align="left" class="table_title"></div></td>
</tr>
<tr>
<td class="text"><div align="center">[<a href="index.asp">返回首页</a>]</div></td>
</tr>
</table>
</div></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?