whisper-webgpu-vue / index.html
nekomeowww's picture
release: build cc4b1371cdf5907e64f325d33a01dc0b8b191626
389a7c7
raw
history blame
1.01 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Whisper Realtime (WebGPU)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
<link rel="icon" type="image/png" href="/logo.png" />
<script>
;(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('vueuse-color-scheme') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
<script type="module" crossorigin src="/assets/index-DnHTaHJR.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BfoF9A_u.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>