fix(docs-infra): add [lang] attribute to index.html of angular.io (#28916)
It's the right thing to do, and improves accessiblity. See: https://dequeuniversity.com/rules/axe/3.1/html-has-lang?application=lighthouse PR Close #28916
This commit is contained in:
parent
8043db570f
commit
2df2168c0a
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
Loading…
Reference in New Issue