Update index.html
parent
d3a512bf9e
commit
dcf7126f51
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue