set html lang="en"

This fixes weird offers from browsers to translate erroneously
detected languages
pull/137/head
Oliver Giles 4 years ago
parent 1cc6cc6ae9
commit c690be3a90

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

Loading…
Cancel
Save