Missing lang attribute

The lang attribute does not default to English. It defaults to an unknown, which is an accessibility issue.
This commit is contained in:
Sam 2022-08-12 11:49:15 +05:30 committed by GitHub
parent e219184f37
commit b5fb6da46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">