📄 loginerror.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<head>
<title>系统错误提示页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%--@--include file="/check2.jsp"--%>
<link rel="stylesheet" href="<%=request.getContextPath()%>/css/default.css" type="text/css">
<SCRIPT language="Javascript" src="<%=request.getContextPath()%>/js/default.js"></SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<table width="90%" border="1" cellspacing="0" cellpadding="0" align="center" style="margin-top:20px;margin-bottom:10px;">
<tr>
<td width="80%" valign="top">
<p><font color="#FF3333"><br>
用户名或密码错误,请返回。
<input type=button onclick="javascript:history.back(-1);" value="返回"></font><br>
</p>
</td>
</tr>
</table>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -