fmt/support/rtd/theme/layout.html

18 lines
483 B
HTML
Raw Normal View History

2015-05-22 13:47:05 +00:00
{% extends "basic/layout.html" %}
{% block extrahead %}
<meta charset="UTF-8">
2019-05-17 22:42:00 +00:00
<meta http-equiv="refresh" content="1;url=https://fmt.dev/latest/">
2015-05-22 13:47:05 +00:00
<script type="text/javascript">
2019-05-17 22:42:00 +00:00
window.location.href = "https://fmt.dev/latest/"
2015-05-22 13:47:05 +00:00
</script>
<title>Page Redirection</title>
{% endblock %}
{% block document %}
2019-05-17 22:42:00 +00:00
If you are not redirected automatically, follow the <a href='https://fmt.dev/latest/'>link to the fmt documentation</a>.
2015-05-22 13:47:05 +00:00
{% endblock %}
{% block footer %}
{% endblock %}