Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<link rel="icon" href="/favicon.svg" type="image/svg+xml" /> | |
<title>Any Tokenizer Playground</title> | |
<meta name="description" content="Opinionated Vite Starter Template" /> | |
<script type="module" crossorigin src="/assets/index-oqfyI0Df.js"></script> | |
<link rel="stylesheet" crossorigin href="/assets/index-CR8UwHE5.css"> | |
</head> | |
<body class="font-sans dark:text-white dark:bg-hex-121212"> | |
<div id="app"></div> | |
<noscript> | |
<div>Please enable JavaScript to use this application.</div> | |
</noscript> | |
<script> | |
;(function () { | |
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches | |
const setting = localStorage.getItem('color-schema') || 'auto' | |
if (setting === 'dark' || (prefersDark && setting !== 'light')) | |
document.documentElement.classList.toggle('dark', true) | |
})() | |
</script> | |
</body> | |
</html> | |