|
@@ -1,9 +1,9 @@
|
|
|
<!doctype html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
- <meta charset="utf-8" />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
- <meta name="robots" content="noindex, nofollow" />
|
|
|
+ <meta charset="UTF-8" />
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}" />
|
|
|
<link rel="icon" type="image/png" href="{{ url_for('static', path='img/favicon.png') }}" />
|
|
|
<title>{{ site_title }}</title>
|