📄 reverseproxyredirect.jsp
字号:
<%@ page contentType="text/html;charset=UTF-8" isErrorPage="true" language="java" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="/sslexplorer/taglibs/explorer" prefix="explorer"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<html>
<head>
<title>Redirect</title>
<meta http-equiv="Refresh" content="2;url=<%= request.getParameter("redirectURL") %>">
</head>
<body>
<div id="wholePage">
<table height="100%" class="bodyTable" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td valign="middle" colspan="4">
<table align="center" height="100%" width="60%" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td class="contentAndInfoArea" align="center">
<div id="confirmAreaOuter">
<div id="confirmAreaMiddle">
<div id="confirmAreaInner">
<table align="center" class="confirmTable" cellpadding="4" cellspacing="0" border="0">
<tr>
<td height="12"/>
</tr>
<tr>
<td height="12"/>
</tr>
</table>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -