error.jsp
来自「sourcode about java basic」· JSP 代码 · 共 19 行
JSP
19 行
<%-- Copyright 2005 Sun Microsystems, Inc. All rights reserved. You may not modify, use, reproduce, or distribute this software except in compliance with the terms of the License at: http://developer.sun.com/berkeley_license.html
$Id: error.jsp,v 1.1 2005/03/26 01:59:09 gmurray71 Exp $ --%>
<html>
<head>
</head>
<body>
<h1>Account Creation Error</h1>
<hr/>
<p>
There was an error creating your account. Please return the previous
page and try a different account id.
<p>
<p>
<a href="index.jsp">Go back to the application home</a>.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?