Update index.html
Browse files- index.html +6 -0
index.html
CHANGED
@@ -11,6 +11,11 @@
|
|
11 |
display: block;
|
12 |
margin: 50px auto;
|
13 |
}
|
|
|
|
|
|
|
|
|
|
|
14 |
</style>
|
15 |
</head>
|
16 |
<body>
|
@@ -21,6 +26,7 @@
|
|
21 |
Also don't forget to check the
|
22 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
23 |
</p>
|
|
|
24 |
<canvas id="gameCanvas" width="400" height="400"></canvas>
|
25 |
<script>
|
26 |
const canvas = document.getElementById('gameCanvas');
|
|
|
11 |
display: block;
|
12 |
margin: 50px auto;
|
13 |
}
|
14 |
+
iframe {
|
15 |
+
width: 100%;
|
16 |
+
height: 500px; /* Adjust the height as needed */
|
17 |
+
border: 1px solid black;
|
18 |
+
}
|
19 |
</style>
|
20 |
</head>
|
21 |
<body>
|
|
|
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"></iframe>
|
30 |
<canvas id="gameCanvas" width="400" height="400"></canvas>
|
31 |
<script>
|
32 |
const canvas = document.getElementById('gameCanvas');
|