fmt/support/rtd/theme/layout.html

18 lines
489 B
HTML
Raw Normal View History

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