summaryrefslogtreecommitdiff
path: root/project/templates/base_math.xhtml
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-27 03:54:23 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-27 03:54:23 +1300
commit3112ecee11aa7f560848834a8475b3fb0b52fd79 (patch)
treea8c6aa00d58e1e657ffc903fefba2a146d949ea8 /project/templates/base_math.xhtml
parentd640c7bd637fa07150bbdaba17bcdcc8d24c676b (diff)
Added XHTML, MathML, CSS validated images in footer
Diffstat (limited to 'project/templates/base_math.xhtml')
-rw-r--r--project/templates/base_math.xhtml23
1 files changed, 23 insertions, 0 deletions
diff --git a/project/templates/base_math.xhtml b/project/templates/base_math.xhtml
index fb6f429..834c116 100644
--- a/project/templates/base_math.xhtml
+++ b/project/templates/base_math.xhtml
@@ -11,3 +11,26 @@
{%- endblock -%}
+
+{%- block footer %}
+ <a href="http://validator.w3.org/check?uri=referer">
+ <img src="/img/valid-xhtml11.png"
+ alt="Valid XHTML 1.1"
+ height="31"
+ width="88" />
+ </a>
+ <a href="http://validator.w3.org/check?uri=referer">
+ <img src="/img/valid-mathml20.png"
+ alt="Valid MathML 2.0"
+ height="31"
+ width="88" />
+ </a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">
+ <img src="/img/valid-css.png"
+ alt="Valid CSS"
+ height="31"
+ width="88" />
+ </a>
+{%- endblock -%}
+
+