Merge pull request #146 from Safelite/feature/CSR-49

Adding language attribute to the html tag
This commit is contained in:
max-dempsey 2022-01-14 16:03:53 -05:00 committed by GitHub
commit 7c026c0468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="">
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">