Add `lang` attribute to `html` element
This commit is contained in:
parent
b248a347f8
commit
d82bbb1924
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui" />
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui" />
|
||||||
|
|
Loading…
Reference in New Issue