Update index.html
Browse files- index.html +5 -10
index.html
CHANGED
@@ -291,17 +291,12 @@ updateCountdown();
|
|
291 |
</script>
|
292 |
|
293 |
|
|
|
|
|
|
|
|
|
|
|
294 |
</div>
|
295 |
-
<div id="options">
|
296 |
-
import gradio as gr
|
297 |
-
|
298 |
-
with gr.Blocks() as app:
|
299 |
-
gr.Markdown("""
|
300 |
-
### OptionStrat Flow
|
301 |
-
[<span style="padding: 10px 20px; background-color: #0056b3; color: white; border-radius: 5px;">Truy cập Option Flow</span>](https://optionstrat.com/flow){:target="_blank"}
|
302 |
-
""")
|
303 |
-
|
304 |
-
</div>
|
305 |
|
306 |
</div>
|
307 |
<!-- TradingView Widget END -->
|
|
|
291 |
</script>
|
292 |
|
293 |
|
294 |
+
<div style="text-align: center; margin: 20px;">
|
295 |
+
<a href="https://optionstrat.com/flow" target="_blank" rel="noopener noreferrer"
|
296 |
+
style="display: inline-block; padding: 10px 20px; font-size: 16px; background-color: #0e76a8; color: white; text-decoration: none; border-radius: 6px;">
|
297 |
+
Mở OptionStrat Flow
|
298 |
+
</a>
|
299 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
</div>
|
302 |
<!-- TradingView Widget END -->
|