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
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset='utf-8'>