LemonNekoGPT's picture
release: build 27d8c07096df31576f251fb7c699810b06639730
3344732
raw
history blame contribute delete
995 Bytes
<!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>