Always use UTF-8 encoding

This commit is contained in:
Kiril Kovachev 2024-10-16 15:43:11 +01:00
parent ae7501bb2e
commit 49bc51d1e0

View File

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}{% endblock %} ・ {{ localize("kanken_online") }}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
{% if session %}