Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
Also don't forget to check the
|
27 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
28 |
</p>
|
29 |
-
<iframe src="https://app.cu.bzh/" frameborder="0" sandbox="allow-scripts allow-same-origin"></iframe>
|
30 |
<canvas id="gameCanvas" width="400" height="400"></canvas>
|
31 |
<script>
|
32 |
const canvas = document.getElementById('gameCanvas');
|
|
|
26 |
Also don't forget to check the
|
27 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
28 |
</p>
|
29 |
+
<iframe src="https://app.cu.bzh/" frameborder="0" sandbox="allow-scripts allow-same-origin allow-modals"></iframe>
|
30 |
<canvas id="gameCanvas" width="400" height="400"></canvas>
|
31 |
<script>
|
32 |
const canvas = document.getElementById('gameCanvas');
|