File size: 995 Bytes
c875ff2 dbc3100 3344732 dbc3100 c875ff2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" href="/pwa-192x192.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00aba9" />
<meta name="msapplication-TileColor" content="#00aba9" />
<script>
;(() => {
const theme =
localStorage.getItem('theme-preference') ||
(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light')
if (theme === 'dark') document.documentElement.classList.add('dark')
})()
</script>
<script type="module" crossorigin src="/assets/index-o3d8lRyj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CTq_ZVu_.css">
</head>
<body class="font-sans">
<div id="app"></div>
<noscript> This website requires JavaScript to function properly. Please enable JavaScript to continue. </noscript>
</body>
</html>
|