📄 error_404.vm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" >
<title>页面未找到</title>
<link rel="stylesheet" href="$request.getContextPath()/csslib/style.css" type="text/css">
<style type="text/css">
body,td
{
font-size:11pt;
}
.TextFieldBorder {
border: 1px solid #666666;
font-family: "Verdana";
font-size: 11px
}
.style3 {font-size: 12px}
.style4 {color: #0066CC}
.style5 {color: #990000}
</style>
</head>
<body topmargin="0" leftmargin="0">
<center>
<p> </p>
<p> </p>
<p> </p>
<table width="500" height="142" border="0" cellpadding="0" cellspacing="8" bgcolor="#dfdfdf">
<tr>
<td bgcolor="#F9F9F9">
<table width="480" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="109" align="center"><img src="$request.getContextPath()/image/error3.gif" width="90" height="126" align="absmiddle"></td>
<td width="371"> 抱歉,你访问的页面不存在!</td>
</tr>
</table></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -