Update index.html
Browse files- index.html +12 -0
index.html
CHANGED
@@ -315,6 +315,17 @@ updateCountdown();
|
|
315 |
<iframe src="https://nick5363-web.hf.space" frameborder="0" width="100%" height="400"></iframe>
|
316 |
</div>
|
317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
<div id="Expected Move">
|
319 |
|
320 |
<iframe
|
@@ -424,6 +435,7 @@ updateCountdown();
|
|
424 |
<div class="tabs" >
|
425 |
<button class="tab-button active" onclick="openTab('chart')">Chart</button>
|
426 |
<button class="tab-button" onclick="openTab('futures')">Futures</button>
|
|
|
427 |
<button class="tab-button" onclick="openTab('F&G')">Fear</button>
|
428 |
<button class="tab-button" onclick="openTab('ER')">ER</button>
|
429 |
<button class="tab-button" onclick="openTab('news')">News</button>
|
|
|
315 |
<iframe src="https://nick5363-web.hf.space" frameborder="0" width="100%" height="400"></iframe>
|
316 |
</div>
|
317 |
|
318 |
+
|
319 |
+
<div id="options">
|
320 |
+
<iframe
|
321 |
+
src="https://nick5363-optionflow.hf.space"
|
322 |
+
style="width: 100%; height: 300px; border: none; border-radius: 10px; overflow: hidden;"
|
323 |
+
loading="lazy"
|
324 |
+
allow="clipboard-write; clipboard-read">
|
325 |
+
</iframe>
|
326 |
+
|
327 |
+
</div>
|
328 |
+
|
329 |
<div id="Expected Move">
|
330 |
|
331 |
<iframe
|
|
|
435 |
<div class="tabs" >
|
436 |
<button class="tab-button active" onclick="openTab('chart')">Chart</button>
|
437 |
<button class="tab-button" onclick="openTab('futures')">Futures</button>
|
438 |
+
<button class="tab-button" onclick="openTab('options')">Options</button>
|
439 |
<button class="tab-button" onclick="openTab('F&G')">Fear</button>
|
440 |
<button class="tab-button" onclick="openTab('ER')">ER</button>
|
441 |
<button class="tab-button" onclick="openTab('news')">News</button>
|