Files
guessit/services/frontend/index.html
Fran 5cf3985108
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 11m43s
Format the code / Format Files (push) Failing after 43m39s
XYVS-0: Add umami tracking
2024-11-14 18:26:34 -05:00

15 lines
510 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>guessit</title>
<script defer src="https://umami.fran.jp.net/script.js" data-website-id="2e5bd864-1f00-4ace-9794-9bc3462bcdf3" data-domains="guessit.xyvs.io"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>