Vynucení UTF-8 (v html a css)
This commit is contained in:
parent
0c90c2bd06
commit
30ce5a0888
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
@charset "utf-8"; /* vynuť utf-8 */
|
||||
@import url("rozliseni.css");
|
||||
|
||||
@font-face {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang='cs'>
|
||||
<head>
|
||||
<meta charset="utf-8"> {# vynuť UTF-8. #}
|
||||
<title>{% block title %}{% block nadpis1a %}🦊{% endblock %} | Korespondenční seminář M&M{% endblock title %}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="{% static 'images/MATFYZ_MM_barevne.svg' %}" type="image/x-icon">
|
||||
|
|
Loading…
Reference in a new issue