Add the modified layout.html back in

This commit is contained in:
Shay Carter 2020-11-25 12:40:15 -07:00
parent 229c776400
commit af5307f530

11
_templates/layout.html Normal file
View file

@ -0,0 +1,11 @@
{% 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 %}