This commit is contained in:
Donald Zou
2025-08-16 23:19:48 +08:00
parent 029081c610
commit 0ff8e9ed86
3 changed files with 26 additions and 6 deletions

View File

@@ -6,15 +6,14 @@
<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="/static/app/dist/json/manifest.json">
<link rel="icon" href="/static/app/dist/img/Logo-2-512x512.png">
<link rel="manifest" href="./static/app/dist/json/manifest.json">
<link rel="icon" href="./static/app/dist/img/Logo-2-512x512.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WGDashboard</title>
<script type="module" crossorigin src="/static/app/dist/assets/index-B-jc5mKC.js"></script>
<link rel="stylesheet" crossorigin href="/static/app/dist/assets/index-C4LstPme.css">
<script type="module" crossorigin src="./static/app/dist/assets/index-B-jc5mKC.js"></script>
<link rel="stylesheet" crossorigin href="./static/app/dist/assets/index-C4LstPme.css">
</head>
<body>
<div id="app"></div>
</body>
</html>