diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-14 20:08:37 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-14 20:08:37 +0300 |
| commit | dd662469130315396b9bd0cae6f06e940a4a045a (patch) | |
| tree | 63540caecc31745571a2f09884e0796576256079 | |
| parent | 2b4a677178cef3e3f71c1c41a2b9e0abc4a9a1a9 (diff) | |
Add lang="en" to html to potentially fix font fall-back issues on some language/font setups.
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |
