mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-11 15:46:59 +00:00
15 lines
481 B
HTML
15 lines
481 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<link rel="icon" href="/static/app/dist/favicon.ico">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Vite App</title>
|
||
|
<script type="module" crossorigin src="/static/app/dist/assets/index.js"></script>
|
||
|
<link rel="stylesheet" crossorigin href="/static/app/dist/assets/index.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app" class="w-100 vh-100"></div>
|
||
|
</body>
|
||
|
</html>
|