Update index.html
Browse files- index.html +2 -3
index.html
CHANGED
@@ -395,11 +395,10 @@ updateCountdown();
|
|
395 |
|
396 |
<div id="options">
|
397 |
<iframe
|
398 |
-
src="https://nick5363-optionflow.hf.space
|
399 |
style="width: 100%; height: 300px; border: none; border-radius: 10px; overflow: hidden;"
|
400 |
loading="lazy"
|
401 |
-
allow="clipboard-write; clipboard-read"
|
402 |
-
>
|
403 |
</iframe>
|
404 |
|
405 |
</div>
|
|
|
395 |
|
396 |
<div id="options">
|
397 |
<iframe
|
398 |
+
src="https://nick5363-optionflow.hf.space"
|
399 |
style="width: 100%; height: 300px; border: none; border-radius: 10px; overflow: hidden;"
|
400 |
loading="lazy"
|
401 |
+
allow="clipboard-write; clipboard-read">
|
|
|
402 |
</iframe>
|
403 |
|
404 |
</div>
|