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:
srcarter3 2020-11-25 12:12:25 -07:00 committed by GitHub
parent e71131d585
commit 55a6046a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{% block document %} {% block document %}
<html> <html>
<head> <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> </head>
<body> <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> </body>
</html> </html>
{% endblock %} {% endblock %}