Parcourir la source

Missing lang attribute

The lang attribute does not default to English. It defaults to an unknown, which is an accessibility issue.
Sam il y a 2 ans
Parent
commit
b5fb6da46e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -1,5 +1,5 @@
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">