vvolhejn commited on
Commit
844331a
·
verified ·
1 Parent(s): d9775e4

Switch to _blank

Browse files
Files changed (1) hide show
  1. index.html +5 -1
index.html CHANGED
@@ -11,7 +11,11 @@
11
  <h1>Unmute samples</h1>
12
  <p>
13
  We use this Space to host the static videos of Unmute.
14
- Check out <a href="https://unmute.sh" target="_parent">Unmute.sh</a>
 
 
 
 
15
  or our <a href="https://kyutai.org/2025/05/22/unmute.html" target="_blank">blog post</a> for more info.
16
  </p>
17
  </div>
 
11
  <h1>Unmute samples</h1>
12
  <p>
13
  We use this Space to host the static videos of Unmute.
14
+ <!--
15
+ target="_blank" is needed because otherwise the links open inside of an iframe.
16
+ It would be nicer to use target="_top" but then the links don't work at all.
17
+ -->
18
+ Check out <a href="https://unmute.sh" target="_blank">Unmute.sh</a>
19
  or our <a href="https://kyutai.org/2025/05/22/unmute.html" target="_blank">blog post</a> for more info.
20
  </p>
21
  </div>