Files
WGDashboard/src/static/dist/WGDashboardAdmin/index.html
T

28 lines
1004 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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">
<link rel="manifest" href="./json/manifest.json">
<link rel="icon" href="./img/Logo-2-512x512.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WGDashboard</title>
<base href="./">
<script>
const isViteDevMode = document.querySelector('script[src*="@vite/client"]') !== null;
const base = document.querySelector('base');
if (base && isViteDevMode) {
base.href = '/';
}
</script>
<script type="module" crossorigin src="./assets/index-BZA9UDtD.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DOyBHXAH.css">
</head>
<body>
<div id="app"></div>
</body>
</html>