error.jsp

来自「java web开发技术方案宝典」· JSP 代码 · 共 16 行

JSP
16
字号
<%@ page contentType="text/html; charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html" %>
<html>  <head>    <title>错误提示!</title>
    <html:base/>
    <link rel="stylesheet" type="text/css" href="../css/style.css">  </head>  <body>
    <center>
      <table border="0" width="349" height="185"  background="../image/overtime.gif" style="margin-top:150" cellspacing="0" cellpadding="0">
          <tr><td align="center" style="text-indent:60">服务超时,请<a href="../index.jsp">[重新访问!]</a></td></tr>
      </table>
    </center>  </body></html>

⌨️ 快捷键说明

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