4 Commits

Author SHA1 Message Date
331f055a96
Add alt attribute to images
`alt` attribute is a mandatory attribute of `<img>` elements.
2024-01-29 23:18:34 +00:00
f535c3e573
Reorder navigation bar list 2024-01-29 18:30:37 +00:00
4ffd788eb1
Rebase webpage "Index" from version "4.0.0-alpha.1" onto "4.0.0" 2024-01-29 18:00:53 +00:00
dba0b18bc8
Switch from HTML to XHTML
XHTML provides strict parsing checks to enforce XML compliance, unlike
HTML which will allow broken code to load. Code-correctness will
substantially increase with this change.
2024-01-12 08:02:13 +00:00