Update index.html
Browse files- index.html +13 -0
index.html
CHANGED
@@ -350,6 +350,18 @@ updateCountdown();
|
|
350 |
style="width:100%;min-height:450px;"></iframe>
|
351 |
</div>
|
352 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
<div id="ER">
|
354 |
|
355 |
<iframe
|
@@ -458,6 +470,7 @@ updateCountdown();
|
|
458 |
<button class="tab-button" onclick="openTab('mke')">Events</button>
|
459 |
<button class="tab-button" onclick="openTab('exchange-rate')">Tỷ Giá</button>
|
460 |
<button class="tab-button" onclick="openTab('Hours')">Hours</button>
|
|
|
461 |
<button class="tab-button" onclick="openTab('Expected Move')">E-Move</button>
|
462 |
</div>
|
463 |
</div>
|
|
|
350 |
style="width:100%;min-height:450px;"></iframe>
|
351 |
</div>
|
352 |
|
353 |
+
<div id="options">
|
354 |
+
<iframe
|
355 |
+
src="https://optionstrat.com/flow"
|
356 |
+
width="100%"
|
357 |
+
height="800px"
|
358 |
+
frameborder="0"
|
359 |
+
allowfullscreen>
|
360 |
+
</iframe>
|
361 |
+
</div>
|
362 |
+
|
363 |
+
|
364 |
+
|
365 |
<div id="ER">
|
366 |
|
367 |
<iframe
|
|
|
470 |
<button class="tab-button" onclick="openTab('mke')">Events</button>
|
471 |
<button class="tab-button" onclick="openTab('exchange-rate')">Tỷ Giá</button>
|
472 |
<button class="tab-button" onclick="openTab('Hours')">Hours</button>
|
473 |
+
<button class="tab-button" onclick="openTab('options')">Options</button>
|
474 |
<button class="tab-button" onclick="openTab('Expected Move')">E-Move</button>
|
475 |
</div>
|
476 |
</div>
|