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