Update index.html
Browse files- index.html +12 -0
index.html
CHANGED
@@ -236,6 +236,8 @@ updateCountdown();
|
|
236 |
</div>
|
237 |
</div>
|
238 |
|
|
|
|
|
239 |
<div class="tab-content">
|
240 |
<div id="chart" class="active">
|
241 |
|
@@ -275,6 +277,15 @@ updateCountdown();
|
|
275 |
style="border-radius: 10px;">
|
276 |
</iframe>
|
277 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
|
279 |
<div id="futures">
|
280 |
|
@@ -447,6 +458,7 @@ updateCountdown();
|
|
447 |
<button class="tab-button" onclick="openTab('mke')">Events</button>
|
448 |
<button class="tab-button" onclick="openTab('exchange-rate')">Tỷ Giá</button>
|
449 |
<button class="tab-button" onclick="openTab('Hours')">Hours</button>
|
|
|
450 |
<button class="tab-button" onclick="openTab('PD')">pattern detection</button>
|
451 |
</div>
|
452 |
</div>
|
|
|
236 |
</div>
|
237 |
</div>
|
238 |
|
239 |
+
|
240 |
+
|
241 |
<div class="tab-content">
|
242 |
<div id="chart" class="active">
|
243 |
|
|
|
277 |
style="border-radius: 10px;">
|
278 |
</iframe>
|
279 |
</div>
|
280 |
+
|
281 |
+
<div id="pc">
|
282 |
+
<iframe
|
283 |
+
src="https://nick5363-detect.hf.space"
|
284 |
+
frameborder="0"
|
285 |
+
width="850"
|
286 |
+
height="450"
|
287 |
+
></iframe>
|
288 |
+
</div>
|
289 |
|
290 |
<div id="futures">
|
291 |
|
|
|
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('pc')">Popular Charts</button>
|
462 |
<button class="tab-button" onclick="openTab('PD')">pattern detection</button>
|
463 |
</div>
|
464 |
</div>
|