Merge pull request #26 from aanchal-fatwani/html-lang

fix(html-lang): added defined lang for the web document
This commit is contained in:
Tapas Adhikary 2022-10-06 23:33:25 +05:30 committed by GitHub
commit b0fff5a4bd
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'>