m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-03-22 14:11:29 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-03-22 14:11:29 +0100
commit9a723fc1840f41be69ec40e76b0ba9478aacc848 (patch)
tree164849f05a7e911a0b548ab2e5095b7e1efa773c
parentaf815c1e87dc0185f9167365b01290050bbc110f (diff)
Specify language in html
-rw-r--r--src/template.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/template.html.erb b/src/template.html.erb
index 405ea7b..8ed34f3 100644
--- a/src/template.html.erb
+++ b/src/template.html.erb
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<html lang=en>
<head>
<title><%= head_title %></title>
<link rel='stylesheet' type='text/css' href='<%= path_to 'style' %>'>
@@ -38,3 +39,4 @@
})
</script>
</body>
+</html>