Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -447,6 +447,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 |
</div>
|
451 |
</div>
|
452 |
|
|
|
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>
|
453 |
|