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:
parent
bcae011231
commit
a2fc249a62
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html style="overflow-y: scroll;">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue