网页版发布

This commit is contained in:
2018-06-21 17:38:25 +08:00
parent ecf50ef77e
commit 0d36015e5f
49 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
<%--
Created by IntelliJ IDEA.
User: Kane
Date: 2017/3/27
Time: 15:07
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
<link rel="icon" href="image/telephone.png">
</head>
<body>
<%
response.sendRedirect( "uploadPolicyData/uploadPolicyData.jsp" );
//session.getAttribute( "tst" );
%>
</body>
</html>