mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Added a delay to the redirect
Also added an additional message saying the page was going to redirect automatically in 5 seconds.
This commit is contained in:
parent
55a6046a3f
commit
6839fb80dd
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
{% block document %}
|
{% block document %}
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<p>Documentation for python-awips is now hosted at <a href="https://unidata.github.io/python-awips">GitHub Pages</a>.</p>
|
<meta http-equiv="Refresh" content="5; url=https://unidata.github.io/python-awips" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<meta http-equiv="Refresh" content="0; url=https://unidata.github.io/python-awips" />
|
<p>Documentation for python-awips is now hosted at <a href="https://unidata.github.io/python-awips">GitHub Pages</a>.<br>
|
||||||
|
This page will redirect you automatically in 5 seconds.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue