Files
WGDashboard/src/static/client/index.html

16 lines
546 B
HTML
Raw Normal View History

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">
<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>