Update index.html
Browse files- index.html +7 -16
index.html
CHANGED
@@ -372,22 +372,13 @@ updateCountdown();
|
|
372 |
|
373 |
|
374 |
<div id="Hours">
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
<div style="text-align: center; font-family: roboto, sans-serif; font-size: 13px; color: #555; margin-top: 8px;">
|
383 |
-
<a href="https://www.myfxbook.com/market-hours"
|
384 |
-
title="Forex Market Hours"
|
385 |
-
class="myfxbookLink"
|
386 |
-
target="_blank"
|
387 |
-
rel="noopener"
|
388 |
-
style="color: #444; text-decoration: none;">
|
389 |
-
<strong>Market Hours</strong>
|
390 |
-
</a> by Myfxbook.com
|
391 |
</div>
|
392 |
</div>
|
393 |
</div>
|
|
|
372 |
|
373 |
|
374 |
<div id="Hours">
|
375 |
+
<iframe
|
376 |
+
src="https://nick5363-hours.static.hf.space"
|
377 |
+
frameborder="0"
|
378 |
+
width="850"
|
379 |
+
height="450"
|
380 |
+
></iframe>
|
381 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
</div>
|
383 |
</div>
|
384 |
</div>
|