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/account/submit.tpl
2022-09-04 10:33:18 +10:00

15 lines
786 B
Smarty

<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 }}/?page=&username={{ username }}&rememberme={{ rememberMe }}');</script><noscript><meta http-equiv="Refresh" content="0;URL={{ site.sitePath }}/?page=&username={{ username }}&rememberme={{ rememberMe }}"></noscript>
<p class="btn">If you are not automatically redirected, please <a href="{{ site.sitePath }}/?page=&username={{ username }}&rememberme={{ rememberMe }}" id="manual_redirect_link">click here</a></p>
</body>
</html>