|
10 | 10 | <meta name="keywords" content="p2p, buy, sell" />
|
11 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
12 | 12 | <title>Buy and sell on Deriv P2P to fund your trading account | Deriv</title>
|
| 13 | + <!-- Start Cookies script --> |
| 14 | + <script src="https://static.deriv.com/scripts/cookie.js" async></script> |
| 15 | + <!-- End Cookies script --> |
13 | 16 | <!-- Google Tag Manager -->
|
14 | 17 | <script>
|
15 | 18 | (function (w, d, s, l, i) {
|
|
42 | 45 | <!-- End Google Tag Manager (noscript) -->
|
43 | 46 | <div id="root"></div>
|
44 | 47 | <script type="module" src="/src/main.tsx"></script>
|
| 48 | + <!-- LiveChat script --> |
| 49 | + <script type="text/javascript"> |
| 50 | + window.__lc = window.__lc || {}; |
| 51 | + window.__lc.license = 12049137; |
| 52 | + window.__lc.asyncInit = true; |
| 53 | + (function (n, t, c) { |
| 54 | + function i(n) { |
| 55 | + return e._h ? e._h.apply(null, n) : e._q.push(n); |
| 56 | + } |
| 57 | + var e = { |
| 58 | + _q: [], |
| 59 | + _h: null, |
| 60 | + _v: '2.0', |
| 61 | + on: function () { |
| 62 | + i(['on', c.call(arguments)]); |
| 63 | + }, |
| 64 | + once: function () { |
| 65 | + i(['once', c.call(arguments)]); |
| 66 | + }, |
| 67 | + off: function () { |
| 68 | + i(['off', c.call(arguments)]); |
| 69 | + }, |
| 70 | + get: function () { |
| 71 | + if (!e._h) throw new Error('[LiveChatWidget] You can’t use getters before load.'); |
| 72 | + return i(['get', c.call(arguments)]); |
| 73 | + }, |
| 74 | + call: function () { |
| 75 | + i(['call', c.call(arguments)]); |
| 76 | + }, |
| 77 | + init: function () { |
| 78 | + var n = t.createElement('script'); |
| 79 | + (n.async = !0), |
| 80 | + (n.type = 'text/javascript'), |
| 81 | + (n.src = 'https://cdn.livechatinc.com/tracking.js'), |
| 82 | + t.head.appendChild(n); |
| 83 | + }, |
| 84 | + }; |
| 85 | + !n.__lc.asyncInit && e.init(), (n.LiveChatWidget = n.LiveChatWidget || e); |
| 86 | + })(window, document, [].slice); |
| 87 | + </script> |
| 88 | + <!-- End LiveChat script --> |
45 | 89 | </body>
|
46 | 90 | </html>
|
0 commit comments