nick5363 commited on
Commit
75ba0f2
·
verified ·
1 Parent(s): fe5f2b8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -2
index.html CHANGED
@@ -393,9 +393,16 @@ updateCountdown();
393
  <!-- TradingView Widget END -->
394
  </div>
395
 
 
 
 
 
 
 
 
 
396
 
397
-
398
-
399
 
400
  <div id="mke" style="width: 100%; padding: 10px 0;">
401
 
 
393
  <!-- TradingView Widget END -->
394
  </div>
395
 
396
+ <div id="options">
397
+ <iframe
398
+ src="https://nick5363-optionflow.hf.space”
399
+ style="width: 100%; height: 300px; border: none; border-radius: 10px; overflow: hidden;"
400
+ loading="lazy"
401
+ allow="clipboard-write; clipboard-read"
402
+ >
403
+ </iframe>
404
 
405
+ </div>
 
406
 
407
  <div id="mke" style="width: 100%; padding: 10px 0;">
408