Add lang attribute to html tag

This commit is contained in:
Lucas Verney 2018-07-10 23:44:18 +02:00
parent 96048aeb4c
commit b49f3182cb
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,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">