From a57291933afc221711d58777d4555314843991dd Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Thu, 27 Jul 2023 03:59:15 -0700 Subject: [PATCH] fix a11y issue with html tag Html tags without a language attribute are an accessibility issue. https://dequeuniversity.com/rules/axe/4.7/html-has-lang --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 24ffb37..8a6ac66 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +