Files
Archive/havana/Havana_Repo/tools/www-tpl/default-en/security_check.tpl

16 lines
669 B
Smarty
Raw Normal View History

2025-12-09 06:52:43 +00:00
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="content-type" content="text/html" />
<style type="text/css">body { background-color: #e3e3db; text-align: center; font: 11px Verdana, Arial, Helvetica, sans-serif; } a { color: #fc6204; }</style>
</head>
<body>
<script type="text/javascript">window.location.replace('http://localhost:8084{{ redirectPath }}');</script><noscript><meta http-equiv="Refresh" content="0;URL=http://localhost:8084{{ redirectPath }}"></noscript>
<p class="btn">If you are not automatically redirected, please <a href="http://localhost:8084{{ redirectPath }}" id="manual_redirect_link">click here</a></p>
</body>
</html>