1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

set html lang="en"

This fixes weird offers from browsers to translate erroneously
detected languages
This commit is contained in:
Oliver Giles 2020-06-19 12:13:09 +12:00
parent 1cc6cc6ae9
commit c690be3a90

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<base href="/">
<meta charset="utf-8">