dolphin/Externals/fmt/support/rtd/theme/layout.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
483 B
HTML
Raw Normal View History

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