Always use UTF-8 encoding
This commit is contained in:
parent
ae7501bb2e
commit
49bc51d1e0
@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>{% block title %}{% endblock %} ・ {{ localize("kanken_online") }}</title>
|
<title>{% block title %}{% endblock %} ・ {{ localize("kanken_online") }}</title>
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||||
{% if session %}
|
{% if session %}
|
||||||
|
Loading…
Reference in New Issue
Block a user