Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 1st, 2012  |  syntax: None  |  size: 0.60 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.     <head>
  3.         <title>Redirect page</title>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5.         <meta http-equiv="Refresh" content="{$app.time}; url={$app.redirect_url}" />
  6.     </head>
  7.     <body>
  8.         <div align="center">
  9.         <div class="redirect">
  10.           <span style="font-size: 16px; font-weight: bold;">{$app.message}</span>
  11.           <hr style="height: 3px; border: 3px #E18A00 solid; width: 95%;" />
  12.           <p><a href="{$app.redirect_url}"> Click here </a> if you do not want to wait!</p>
  13.         </div>
  14.         </div>
  15.     </body>
  16. </html>