loginerror.htm

来自「tushuguanlixitong 图书借阅系统 用ASP实现的 能实现简单的」· HTM 代码 · 共 33 行

HTM
33
字号
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>loginerror</title>
</head>

<body>

<table border="0" width="100%" bgcolor="#FF9933" id="table1" height="100%">
	<tr>
		<td> </td>
	</tr>
	<tr>
		<td>
		<p align="center">用户名与密码错误,请重新填写</td>
	</tr>
	<tr>
		<td>
		<p align="center">按<a href="index.htm">返回</a>到登陆页面</td>
	</tr>
	<tr>
		<td> </td>
	</tr>
	<tr>
		<td> </td>
	</tr>
</table>

</body>

</html>

⌨️ 快捷键说明

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