Files
d7a758b4-22d8-4350-9088-e72…/index.html
sandbox a35f4d372a
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 16s
Auto commit before publish
2025-12-17 16:00:06 +08:00

20 lines
706 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://analytics.poc2.aotsea.com/js/pa-D7e9sQDIf6Opz5b8uef21.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>