9 lines
No EOL
285 B
Python
9 lines
No EOL
285 B
Python
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>''' |