Update index.html

This commit is contained in:
Donald Zou
2025-08-16 17:05:39 +08:00
parent dcf7126f51
commit ae9fb91c72

View File

@@ -10,11 +10,6 @@
<link rel="icon" href="/img/Logo-2-512x512.png"> <link rel="icon" href="/img/Logo-2-512x512.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WGDashboard</title> <title>WGDashboard</title>
<script type="module" crossorigin src="/assets/index-oURtqLKc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DYkLcIXF.css">
</head>
<body>
<div id="app"></div>
<script type="javascript"> <script type="javascript">
// Runtime base path detection // Runtime base path detection
function getBasePath() { function getBasePath() {
@@ -40,5 +35,11 @@
} }
} }
</script> </script>
<script type="module" crossorigin src="/assets/index-oURtqLKc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DYkLcIXF.css">
</head>
<body>
<div id="app"></div>
</body> </body>
</html> </html>