summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-09-22 14:33:41 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2021-09-22 14:33:41 +1200
commit2119b433e9d62f14b8453c835d5b667351186142 (patch)
tree74a85f38ca44fccc439aa9b3190d9af527639174
parentfa5b90a9f8a69a5eb03a2aba02f4c985b7ab917a (diff)
Slightly improved technical standards details in About page
-rw-r--r--project/templates/about.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/project/templates/about.html b/project/templates/about.html
index fe554a4..bd2f3e9 100644
--- a/project/templates/about.html
+++ b/project/templates/about.html
@@ -63,8 +63,11 @@ talent for prose is comparatively not so great.
<h4>Technical Details</h4>
-<p>This website is best viewed with any browser compliant with XHTML 1.1 and MathML 2.0. If your
-browser cannot handle those standards, tough. Get a better web browser.</p>
+<p>This website is best viewed with any browser compliant with XHTML 1.1, MathML 2.0, and CSS 3. If
+your browser cannot handle those standards, tough. Get a better web browser.</p>
+
+<p>This website will never require any form of Javascript for optimal viewing. The use of
+Turing-complete client side scripting in web browsers is an abomination.</p>
{% endblock %}