diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index cdf718d..1435106 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,7 @@ <link rel="stylesheet" href="/98.css" /> <link rel="stylesheet" href="/style.css" /> <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> {% block headcontent %} {% endblock headcontent %} </head> |