mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Trying to allow the redirect message to stick around a little longer so users know what's going on.
10 lines
321 B
HTML
10 lines
321 B
HTML
{% block document %}
|
|
<html>
|
|
<head>
|
|
<p>Documentation for python-awips is now hosted at <a href="https://unidata.github.io/python-awips">GitHub Pages</a>.</p>
|
|
</head>
|
|
<body>
|
|
<meta http-equiv="Refresh" content="0; url=https://unidata.github.io/python-awips" />
|
|
</body>
|
|
</html>
|
|
{% endblock %}
|