You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
856 B
31 lines
856 B
<%@page import="org.wdk.WDKConstant"%>
|
|
<%@page import="java.io.File"%>
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%
|
|
String path = request.getContextPath();
|
|
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
|
|
String WDK_ROOT = WDKCore.WDK_ROOT;
|
|
String RSS_ROOT = WDK_ROOT +"/"+WDKConstant.Theme+"/"+WDKCore.THEME;
|
|
%>
|
|
<!DOCTYPE html>
|
|
|
|
<%@page import="org.wdk.WDKCore"%>
|
|
|
|
<%@page import="org.wdk.WDK"%><html>
|
|
<head>
|
|
<base href="<%=basePath%>" target="_self">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="renderer" content="webkit">
|
|
<title>404</title>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<h3>您访问的地址不存在!</h3>
|
|
</body>
|
|
<script>
|
|
|
|
</script>
|
|
</html>
|