13 lines
No EOL
430 B
Python
13 lines
No EOL
430 B
Python
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
|
# MIT License. See license.txt
|
|
|
|
from __future__ import unicode_literals
|
|
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>''' |