diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index b2e8e74..5c4e189 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,8 @@ -<html> +<!DOCTYPE html> +<html lang="en"> <title>{{ domain }}/{{ title }}</title> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> {% block css%} <link rel="stylesheet" type="text/css" href="/static/main.css"> {% endblock %} |