Spaces:
Running
Running
publish pack integrity check
Browse files- index.html +7 -1
index.html
CHANGED
|
@@ -4,6 +4,12 @@
|
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
<title>Does this pack keep what it claims?</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<style>
|
| 8 |
:root {
|
| 9 |
--bg: #fbfbfa;
|
|
@@ -269,7 +275,7 @@
|
|
| 269 |
</p>
|
| 270 |
<p>
|
| 271 |
Built from the tooling behind the
|
| 272 |
-
<a href="https://huggingface.co/aleada">aleada</a> W4A16 packs.
|
| 273 |
</p>
|
| 274 |
</footer>
|
| 275 |
|
|
|
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
<title>Does this pack keep what it claims?</title>
|
| 7 |
+
<!-- The Space renders inside an iframe and huggingface.co sends
|
| 8 |
+
x-frame-options: DENY, so any link without a target tries to load
|
| 9 |
+
a refused page in the frame and reads as broken. Defaulting every
|
| 10 |
+
link out of the frame fixes the one that was, and the next one
|
| 11 |
+
nobody remembers to mark. -->
|
| 12 |
+
<base target="_blank">
|
| 13 |
<style>
|
| 14 |
:root {
|
| 15 |
--bg: #fbfbfa;
|
|
|
|
| 275 |
</p>
|
| 276 |
<p>
|
| 277 |
Built from the tooling behind the
|
| 278 |
+
<a href="https://huggingface.co/aleada" rel="noopener">aleada</a> W4A16 packs.
|
| 279 |
</p>
|
| 280 |
</footer>
|
| 281 |
|