2024-06-18 03:16:42 +08:00
|
|
|
<!DOCTYPE html>
|
2022-01-12 19:53:36 -05:00
|
|
|
<html lang="en">
|
2024-06-18 03:16:42 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<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="WGDashboard">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="WGDashboard">
|
|
|
|
<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">
|
|
|
|
<link rel="icon" href="{{ url_for('static',filename='img/logo.png') }}"/>
|
2024-08-14 01:17:47 -04:00
|
|
|
<link rel="stylesheet" href="{{ url_for('static',filename='app/dist/assets/index.css') }}">
|
|
|
|
<script src="{{ url_for('static',filename='app/dist/assets/index.js') }}" type="module"></script>
|
2024-06-18 03:16:42 +08:00
|
|
|
</head>
|
2020-10-18 01:10:13 -04:00
|
|
|
<body>
|
2024-06-18 03:16:42 +08:00
|
|
|
<div id="app" class="w-100 vh-100"></div>
|
2022-03-22 16:13:57 -04:00
|
|
|
</body>
|
2020-10-18 01:10:13 -04:00
|
|
|
</html>
|