diff options
Diffstat (limited to 'templates/blog.html')
-rw-r--r-- | templates/blog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/blog.html b/templates/blog.html index 9f88653..3dd57a8 100644 --- a/templates/blog.html +++ b/templates/blog.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'> |