Update index.html
Browse files- index.html +13 -1
index.html
CHANGED
@@ -347,6 +347,17 @@ updateCountdown();
|
|
347 |
|
348 |
</div>
|
349 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
350 |
|
351 |
|
352 |
<div id="ER">
|
@@ -450,13 +461,14 @@ updateCountdown();
|
|
450 |
<div class="tabs" >
|
451 |
<button class="tab-button active" onclick="openTab('chart')">Chart</button>
|
452 |
<button class="tab-button" onclick="openTab('futures')">Futures</button>
|
453 |
-
<button class="tab-button" onclick="openTab('pc')">Popular
|
454 |
<button class="tab-button" onclick="openTab('options')">Options</button>
|
455 |
<button class="tab-button" onclick="openTab('F&G')">Fear</button>
|
456 |
<button class="tab-button" onclick="openTab('ER')">ER</button>
|
457 |
<button class="tab-button" onclick="openTab('news')">News</button>
|
458 |
<button class="tab-button" onclick="openTab('heatmap')">Heat Map</button>
|
459 |
<button class="tab-button" onclick="openTab('mke')">Events</button>
|
|
|
460 |
<button class="tab-button" onclick="openTab('exchange-rate')">Tỷ Giá</button>
|
461 |
<button class="tab-button" onclick="openTab('Hours')">Hours</button>
|
462 |
|
|
|
347 |
|
348 |
</div>
|
349 |
|
350 |
+
<div id="AM">
|
351 |
+
<iframe
|
352 |
+
src="https://www.investing.com/equities/most-active-stocks"
|
353 |
+
width="100%"
|
354 |
+
height="800"
|
355 |
+
frameborder="0"
|
356 |
+
style="border: none;"
|
357 |
+
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
358 |
+
loading="lazy">
|
359 |
+
</iframe>
|
360 |
+
</div>
|
361 |
|
362 |
|
363 |
<div id="ER">
|
|
|
461 |
<div class="tabs" >
|
462 |
<button class="tab-button active" onclick="openTab('chart')">Chart</button>
|
463 |
<button class="tab-button" onclick="openTab('futures')">Futures</button>
|
464 |
+
<button class="tab-button" onclick="openTab('pc')">Popular Patterns</button>
|
465 |
<button class="tab-button" onclick="openTab('options')">Options</button>
|
466 |
<button class="tab-button" onclick="openTab('F&G')">Fear</button>
|
467 |
<button class="tab-button" onclick="openTab('ER')">ER</button>
|
468 |
<button class="tab-button" onclick="openTab('news')">News</button>
|
469 |
<button class="tab-button" onclick="openTab('heatmap')">Heat Map</button>
|
470 |
<button class="tab-button" onclick="openTab('mke')">Events</button>
|
471 |
+
<button class="tab-button" onclick="openTab('AM')">Most Active Stocks</button>
|
472 |
<button class="tab-button" onclick="openTab('exchange-rate')">Tỷ Giá</button>
|
473 |
<button class="tab-button" onclick="openTab('Hours')">Hours</button>
|
474 |
|