Update index.html

pull/851/head^2
Donald Zou 2025-08-16 17:05:25 +08:00
parent d3a512bf9e
commit dcf7126f51
1 changed files with 4 additions and 3 deletions

View File

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