mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
trying to switch up the message and refresh
Trying to allow the redirect message to stick around a little longer so users know what's going on.
This commit is contained in:
parent
e71131d585
commit
55a6046a3f
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{% block document %}
|
||||
<html>
|
||||
<head>
|
||||
<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>.</p>
|
||||
</head>
|
||||
<body>
|
||||
<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="0; url=https://unidata.github.io/python-awips" />
|
||||
</body>
|
||||
</html>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue