Add `lang` attribute to `html` element

This commit is contained in:
Rafael Bardini 2018-11-18 01:20:53 -02:00
parent b248a347f8
commit d82bbb1924
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" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui" />