Set viewport meta
This commit is contained in:
parent
04463e9512
commit
69fc287dc5
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Recettes {% block title %}page title{% endblock %}</title>
|
||||
<link rel="stylesheet" href="{% static 'css/main.css' %}">
|
||||
{% block extrahead %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue