diff options
author | Bill <bill@billserver.senders.io> | 2020-12-01 12:21:55 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2020-12-01 12:21:55 -0500 |
commit | cf79c1a3b1d3f71d4df11895becce1e9b7500b4b (patch) | |
tree | 7fa9a7475b87500a840f046a897698ef6bf02518 /www/blog/2020-01-13 | |
parent | 8f13bfd0e92cada546af0fc20dc522fa89edfc03 (diff) |
Add charset and lang in html and head
Saw some warnings in the console, properly setting the charset/lang
Diffstat (limited to 'www/blog/2020-01-13')
-rw-r--r-- | www/blog/2020-01-13/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/blog/2020-01-13/index.html b/www/blog/2020-01-13/index.html index 0c9d1d5..73f9815 100644 --- a/www/blog/2020-01-13/index.html +++ b/www/blog/2020-01-13/index.html @@ -1,10 +1,11 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> <title>senders.io - Blog</title> <link rel='stylesheet' type='text/css' href='/index.css'> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta charset="utf-8"/> </head> <body> <div id='header'> |