⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 404.jsp

📁 学生选课系统 赶快来下载啊啊好东西 呵呵啊啊 啊啊啊啊啊
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK" %>
<%@ page import="com.osacc.common.web.*" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE> 404 未找到页面! </TITLE>
  <META http-equiv="refresh" content="5 url='<%= request.getContextPath()%>/index.do'" />
  <META NAME="Generator" CONTENT="EditPlus">
  <META NAME="Author" CONTENT="">
  <META NAME="Keywords" CONTENT="">
  <META NAME="Description" CONTENT="">
 </HEAD>
<style type="text/css">
<!--
body {
  padding:0px;
  margin:0px;
}

.content {
  background-image:url(<%= request.getContextPath()%>/ef/error/404.gif);
  background-repeat:no-repeat;
  height:578px;
  width:1000px;
  margin:auto;
  padding:230px 0px 0px 235px;
  font-size:12px;
  font-family:Tahoma;
  line-height:1.8;
}

.content a {
  color:#065B96;
}

-->
</style>
 <BODY>
  <div class="content">
    非常抱歉,在我们的服务器上,无法找到您要访问的网页,请确认网址是否正确。<BR>
    5秒钟后,将自动转入<A HREF="<%= request.getContextPath()%>/index.do">论坛首页</A><BR><BR>
    Sorry, The server can't find the requested page. For instance, the server often returns <BR>
    this code if the request is for a page that doesn't exist on the server.<BR><BR>
  </div>
 </BODY>
</HTML>

⌨️ 快捷键说明

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