summaryrefslogtreecommitdiff
path: root/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'base.html')
-rw-r--r--base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/base.html b/base.html
index 2ba2fb0..4e49d47 100644
--- a/base.html
+++ b/base.html
@@ -1,6 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css">
<link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/favicon.ico">
{% block header %}{% endblock %}