Daybreak connection classes

This commit is contained in:
KimLS
2016-09-04 19:56:30 -07:00
parent 9597101f08
commit b62cc3b6fa
208 changed files with 91326 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
{% extends "basic/layout.html" %}
{% block extrahead %}
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://fmtlib.net/latest/">
<script type="text/javascript">
window.location.href = "http://fmtlib.net/latest/"
</script>
<title>Page Redirection</title>
{% endblock %}
{% block document %}
If you are not redirected automatically, follow the <a href='http://fmtlib.net/latest/'>link to the fmt documentation</a>.
{% endblock %}
{% block footer %}
{% endblock %}
+2
View File
@@ -0,0 +1,2 @@
[theme]
inherit = basic