2025-05-29 16:23:20 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="">
|
2025-05-31 22:59:46 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<link rel="icon" href="/img/Logo-2-128x128.png">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2025-06-28 18:13:26 +08:00
|
|
|
<title>WGDashboard Client</title>
|
|
|
|
|
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
|
|
|
|
<meta name="google-signin-client_id" content="140556036774-66pjm1qkml0v27ru1utsoeftsv3b4hid.apps.googleusercontent.com">
|
2025-05-31 22:59:46 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|
</body>
|
2025-05-29 16:23:20 +08:00
|
|
|
</html>
|