keet-streaming / index.html
ysdede's picture
Sync prebuilt static keet demo (9f93032)
01f3b8c verified
Raw
History Blame Contribute Delete
1.72 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; connect-src 'self' blob: https://api.github.com https://huggingface.co https://*.huggingface.co https://*.hf.co; font-src 'self'; frame-src 'self'; img-src 'self' data:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; style-src 'self' 'unsafe-inline'; worker-src 'self' blob:;" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Keet - Privacy-first real-time transcription. Your audio stays on your device." />
<meta name="theme-color" content="#6B705C" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>Keet - Real-time Transcription</title>
<!-- PWA Manifest -->
<link rel="manifest" href="./manifest.json" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<link rel="apple-touch-icon" href="./icons/icon-192.png" />
<script type="module" crossorigin src="/assets/index-Dax8ihqS.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Y9T2r4M-.css">
</head>
<body>
<div id="root"></div>
<script>
if ('serviceWorker' in navigator && location.hostname !== 'localhost') {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./sw.js')
.then((reg) => console.log('[App] SW registered:', reg.scope))
.catch((err) => console.warn('[App] SW registration failed:', err));
});
}
</script>
</body>
</html>