Remove inline style attribute from <html>

* remove unwanted style attribute from <html> tag (Fixes: #34)
* define lang to make screenreaders happy
This commit is contained in:
Teemu Patja 2017-03-15 10:03:50 +02:00
parent bcae011231
commit a2fc249a62
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html style="overflow-y: scroll;">
<html lang="en">
<head>
<meta charset="utf-8">