nopagereturned.jsp

来自「Java的框架」· JSP 代码 · 共 16 行

JSP
16
字号
<html>
	<head>
	    <title>Page Not Found</title>
	</head>
	<body>
		<table class="detail">
			<tr>
				<td>Sorry! The page you requested is either not exists or not published.</td>
			</tr>
			<tr>
				<td>Please consult your Administrator.</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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