File size: 789 Bytes
19564e4
 
 
 
 
 
 
 
 
 
d3fea61
19564e4
d3fea61
844331a
 
 
 
 
d9775e4
19564e4
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>