21 lines
		
	
	
		
			447 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			447 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<%--
 | 
						|
  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>
 |