
Untitled
By: a guest on
Jul 1st, 2012 | syntax:
None | size: 0.60 KB | hits: 13 | expires: Never
<html>
<head>
<title>Redirect page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Refresh" content="{$app.time}; url={$app.redirect_url}" />
</head>
<body>
<div align="center">
<div class="redirect">
<span style="font-size: 16px; font-weight: bold;">{$app.message}</span>
<hr style="height: 3px; border: 3px #E18A00 solid; width: 95%;" />
<p><a href="{$app.redirect_url}"> Click here </a> if you do not want to wait!</p>
</div>
</div>
</body>
</html>