Procházet zdrojové kódy

Missing lang attribute

The lang attribute does not default to English. It defaults to an unknown, which is an accessibility issue.
Sam před 2 roky
rodič
revize
b5fb6da46e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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">