From bb0d20bd0956a1940af456e6cc4080b04d0a8b25 Mon Sep 17 00:00:00 2001 From: Tarry_Dan Date: Sun, 24 Sep 2023 14:10:07 +0000 Subject: [PATCH] Updated to use semantic elements; replaced
; added a lang tag * Semantic html is better for screen readers: main, header, footer, aside * added a lang tag to html (so screenreaders know what language to read it in) * center tag replaced with footer (center is depreciated) --- example/default.tpl | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/example/default.tpl b/example/default.tpl index 8a9e2a2..1af8ab4 100644 --- a/example/default.tpl +++ b/example/default.tpl @@ -1,20 +1,27 @@ - + + Microblog + + + -
+
+

A Microblog in Plain HTML

+
-

A Microblog in Plain HTML

+
+ +
-
-
+
+ +
-
-
+
{timeline} -
+ +
-
+
+ -
+ +