You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
285 B

  1. redirect_template = '''<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>%s</title>
  5. <meta http-equiv="REFRESH" content="0; url=%s"></HEAD>
  6. <BODY style="font-family: Arial; padding: 8px; font-size: 14px; margin: 0px;">
  7. Redirecting...
  8. </BODY>
  9. </HTML>'''