Add lang="en" to html to potentially fix font fall-back issues on some language/font setups.

This commit is contained in:
Shpuld Shpuldson 2017-04-14 20:08:37 +03:00
parent 2b4a677178
commit dd66246913
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">