Update index.html
Browse files- index.html +17 -1
index.html
CHANGED
@@ -90,7 +90,23 @@
|
|
90 |
<!-- Widget 3: News (Darqube) -->
|
91 |
<div class="section">
|
92 |
<h2>Market News</h2>
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
</body>
|
96 |
</html>
|
|
|
90 |
<!-- Widget 3: News (Darqube) -->
|
91 |
<div class="section">
|
92 |
<h2>Market News</h2>
|
93 |
+
<!-- Finlogix Widget BEGIN-->
|
94 |
+
<div class="finlogix-container"></div>
|
95 |
+
<script type="text/javascript" src="https://widget.finlogix.com/Widget.js"></script>
|
96 |
+
<script type="text/javascript">
|
97 |
+
Widget.init({
|
98 |
+
widgetId: "d05698dd-45f7-42db-aa71-413ab4c61f65",
|
99 |
+
type: "NewsFeed",
|
100 |
+
language: "en",
|
101 |
+
showBrand: true,
|
102 |
+
isShowTradeButton: true,
|
103 |
+
isShowBeneathLink: true,
|
104 |
+
isShowDataFromACYInfo: true,
|
105 |
+
isAdaptive: true,
|
106 |
+
withBorderBox: true
|
107 |
+
});
|
108 |
+
</script>
|
109 |
+
<!-- Finlogix Widget END-->
|
110 |
|
111 |
</body>
|
112 |
</html>
|