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
c469e25cf2
commit
7b7f2d9c1b
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user