diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 17:48:54 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 17:48:54 +1200 |
commit | f5a52b94842cbb957d32c666feda76fcbf5336bf (patch) | |
tree | f1999a09e8546d15a30e7b5d742567f014a8ca8f | |
parent | f7673a44ecb497f9d9496bb5a3b2217b8a9fe74c (diff) |
Added web standards details to About page
-rw-r--r-- | project/templates/about.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project/templates/about.html b/project/templates/about.html index 7b6dc96..fe554a4 100644 --- a/project/templates/about.html +++ b/project/templates/about.html @@ -61,6 +61,11 @@ talent for prose is comparatively not so great. </tr> </table> +<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> + {% endblock %} |