unmute-samples / index.html
vvolhejn's picture
Switch to _blank
844331a verified
raw
history blame contribute delete
789 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Unmute samples</h1>
<p>
We use this Space to host the static videos of Unmute.
<!--
target="_blank" is needed because otherwise the links open inside of an iframe.
It would be nicer to use target="_top" but then the links don't work at all.
-->
Check out <a href="https://unmute.sh" target="_blank">Unmute.sh</a>
or our <a href="https://kyutai.org/2025/05/22/unmute.html" target="_blank">blog post</a> for more info.
</p>
</div>
</body>
</html>