Update templates/headerfooter.html
Browse files
templates/headerfooter.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/favicon.ico')}}">
|
6 |
<!-- Required meta tags -->
|
7 |
<meta charset="utf-8">
|
8 |
-
<meta name="viewport" content="width=device-width, initial-scale=1
|
9 |
{% include "partials/metadata.html" %}
|
10 |
<!-- Bootstrap CSS -->
|
11 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
|
|
5 |
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/favicon.ico')}}">
|
6 |
<!-- Required meta tags -->
|
7 |
<meta charset="utf-8">
|
8 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9 |
{% include "partials/metadata.html" %}
|
10 |
<!-- Bootstrap CSS -->
|
11 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|