|
|
@ -1,6 +1,7 @@ |
|
|
<html> |
|
|
<html> |
|
|
<head> |
|
|
<head> |
|
|
<title>{{ title }}</title> |
|
|
<title>{{ title }}</title> |
|
|
|
|
|
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css"> |
|
|
<meta charset="utf-8"> |
|
|
<meta charset="utf-8"> |
|
|
<meta name="viewport" content="width=device-width", initial-scale=1.0> |
|
|
<meta name="viewport" content="width=device-width", initial-scale=1.0> |
|
|
</head> |
|
|
</head> |
|
|
|