diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/about.html | 7 |
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 %} |