2021-05-04 01:32:34 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2022-01-16 20:35:24 -05:00
|
|
|
<title>{{ title }} | WGDashboard</title>
|
|
|
|
<link rel="manifest" href="{{ url_for('static',filename='json/manifest.json') }}">
|
|
|
|
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="application-name" content="e">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="e">
|
|
|
|
<meta name="msapplication-starturl" content="/">
|
|
|
|
<link rel="apple-touch-icon" sizes="192x192" href="{{ url_for('static',filename='img/192x192ios.png') }}">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2021-08-14 17:13:16 -04:00
|
|
|
<link rel="icon" href="{{ url_for('static',filename='img/logo.png') }}"/>
|
2021-12-27 21:01:02 -05:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
|
2021-08-14 17:13:16 -04:00
|
|
|
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='css/dashboard.css') }}">
|
2021-05-04 01:32:34 -04:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
|
2021-09-09 12:50:38 -04:00
|
|
|
</head>
|