WGDashboard/src/static/app/index.html

14 lines
335 B
HTML
Raw Normal View History

2024-01-08 12:23:57 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2024-06-18 03:16:42 +08:00
<link rel="icon" href="/favicon.png">
2024-01-08 12:23:57 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-06-18 03:16:42 +08:00
<title>WGDashboard</title>
2024-01-08 12:23:57 -05:00
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
2024-01-08 12:23:57 -05:00
</body>
</html>