|
|
@ -5,11 +5,11 @@
|
|
|
|
<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">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<link rel="icon" href=".{{ url_for('static', filename='img/beau.png') }}">
|
|
|
|
<link rel="icon" href="{{ url_for('static', filename='img/beau.png') }}">
|
|
|
|
<meta name="date" content="JULY 2020">
|
|
|
|
<meta name="date" content="JULY 2020">
|
|
|
|
<link rel="stylesheet" href=".{{ url_for('static', filename='css/reset.css') }}">
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/reset.css') }}">
|
|
|
|
<link rel="stylesheet" href=".{{ url_for('static', filename='css/style.css') }}">
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
|
|
|
<script src=".{{ url_for('static', filename='js/app.js') }}"></script>
|
|
|
|
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
|
|
|
|
<title>{% block title %}{% endblock %}</title>
|
|
|
|
<title>{% block title %}{% endblock %}</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|