ShiftSync/web/index.html

19 lines
713 B
HTML
Raw Permalink Normal View History

2025-05-20 16:28:48 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+TC&display=swap" rel="stylesheet">
2025-06-12 14:19:09 +00:00
<script src="/hmr-runtime-inject.js"></script>
2025-06-12 16:57:25 +00:00
<script>window.APP_VERSION = "__appVersion__";</script>
2025-05-20 16:28:48 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ShiftSync</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>