python-awips/_templates/layout.html
2020-11-25 12:40:15 -07:00

11 lines
389 B
HTML

{% block document %}
<html>
<head>
<meta http-equiv="Refresh" content="5; url=https://unidata.github.io/python-awips" />
</head>
<body>
<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>
</html>
{% endblock %}