Update index.html
Browse files- index.html +4 -3
index.html
CHANGED
@@ -72,7 +72,7 @@
|
|
72 |
{
|
73 |
"colorTheme": "dark",
|
74 |
"isTransparent": false,
|
75 |
-
"width": "
|
76 |
"height": "550",
|
77 |
"locale": "en",
|
78 |
"importanceFilter": "-1,0,1",
|
@@ -91,10 +91,11 @@
|
|
91 |
<div class="section">
|
92 |
<h2>Market News</h2>
|
93 |
|
94 |
-
|
|
|
95 |
<script>
|
96 |
window.top.addEventListener("message", function(msg) {
|
97 |
-
const widget = document.getElementById('NewsWidget-
|
98 |
|
99 |
if (!widget) return;
|
100 |
|
|
|
72 |
{
|
73 |
"colorTheme": "dark",
|
74 |
"isTransparent": false,
|
75 |
+
"width": "410",
|
76 |
"height": "550",
|
77 |
"locale": "en",
|
78 |
"importanceFilter": "-1,0,1",
|
|
|
91 |
<div class="section">
|
92 |
<h2>Market News</h2>
|
93 |
|
94 |
+
|
95 |
+
<iframe style="border: none; width:410px; height: 550px;" data-widget-name="NewsWidget" src="https://widget.darqube.com/news-widget?token=67f9155f6d8e66cee1884145" id="NewsWidget-aeeb7xn"></iframe>
|
96 |
<script>
|
97 |
window.top.addEventListener("message", function(msg) {
|
98 |
+
const widget = document.getElementById('NewsWidget-aeeb7xn');
|
99 |
|
100 |
if (!widget) return;
|
101 |
|