Add html lang attribute

This commit is contained in:
Anna Sidwell 2019-11-14 00:47:15 +00:00
parent edb3d64cca
commit 287b755e3d
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html lang="en">
{% include head.html %} {% include head.html %}
<body class="landing"> <body class="landing">
{% include header.html %} {% include header.html %}

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html lang="en">
{% include head.html %} {% include head.html %}
<body> <body>

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--> -->
<html> <html lang="en">
{% include head.html %} {% include head.html %}

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html lang="en">
{% include head.html %} {% include head.html %}
<body> <body>