diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-03-22 14:11:29 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-03-22 14:11:29 +0100 |
commit | 9a723fc1840f41be69ec40e76b0ba9478aacc848 (patch) | |
tree | 164849f05a7e911a0b548ab2e5095b7e1efa773c /src | |
parent | af815c1e87dc0185f9167365b01290050bbc110f (diff) |
Specify language in html
Diffstat (limited to 'src')
-rw-r--r-- | src/template.html.erb | 2 |
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> |