1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00
Havana/tools/www-tpl/default-en/security_check.tpl

16 lines
663 B
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10: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('{{ site.sitePath }}{{ redirectPath }}');</script><noscript><meta http-equiv="Refresh" content="0;URL={{ site.sitePath }}{{ redirectPath }}"></noscript>
<p class="btn">If you are not automatically redirected, please <a href="{{ site.sitePath }}{{ redirectPath }}" id="manual_redirect_link">click here</a></p>
</body>
</html>