Browse Source

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

pull/1/head
Hidden Z 14 years ago
parent
commit
cff4a4cd2f
  1. 12
      web/templates/jump.html

12
web/templates/jump.html

@ -0,0 +1,12 @@ @@ -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 %}
Loading…
Cancel
Save