1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-28 15:34:28 +00:00

web/templates/jump.html: a new template for jump-redirection page

This commit is contained in:
Hidden Z 2010-10-25 18:07:56 +00:00
parent 2b265cf82e
commit cff4a4cd2f

12
web/templates/jump.html Normal file
View File

@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block head %}
<meta http-equiv="refresh" content="5;URL={{ url }}>
{% endblock %}
{% block content %}
<h3>Congratulations! We're found that host you're requesting. Redirecting in 5 secs...</h3>
<p>
We're suggesting to start use our subscription service. <a href=/>Find more...</a>
</p>
{% endblock %}