diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-07-04 05:43:23 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-07-04 05:43:23 +0800 |
commit | 52c956222e8a737c05bae49a97e457df81933000 (patch) | |
tree | 8f9cec16388d872fbabf61c33d8717daefb88344 /packages/website/public/index.html | |
parent | 9389d643924316a18ac8503211d39bb4ebf2156b (diff) | |
parent | 0900e0c85e76a34301ad5a336d2b195ed595aef7 (diff) | |
download | dexon-sol-tools-52c956222e8a737c05bae49a97e457df81933000.tar dexon-sol-tools-52c956222e8a737c05bae49a97e457df81933000.tar.gz dexon-sol-tools-52c956222e8a737c05bae49a97e457df81933000.tar.bz2 dexon-sol-tools-52c956222e8a737c05bae49a97e457df81933000.tar.lz dexon-sol-tools-52c956222e8a737c05bae49a97e457df81933000.tar.xz dexon-sol-tools-52c956222e8a737c05bae49a97e457df81933000.tar.zst dexon-sol-tools-52c956222e8a737c05bae49a97e457df81933000.zip |
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/website/portal-mobile-improvements
Diffstat (limited to 'packages/website/public/index.html')
-rw-r--r-- | packages/website/public/index.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/website/public/index.html b/packages/website/public/index.html index 4c0985c71..060f2c3c2 100644 --- a/packages/website/public/index.html +++ b/packages/website/public/index.html @@ -70,7 +70,18 @@ })(document, 'script', 'twitter-wjs'); </script> <!-- End Twitter SDK --> - + <!-- Hotjar Tracking Code for https://0xproject.com/ --> + <script> + (function (h, o, t, j, a, r) { + h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) }; + h._hjSettings = { hjid: 935597, hjsv: 6 }; + a = o.getElementsByTagName('head')[0]; + r = o.createElement('script'); r.async = 1; + r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; + a.appendChild(r); + })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); + </script> + <!-- End Hotjar Tracking Code --> <!-- Main --> <script type="text/javascript" crossorigin="anonymous" src="/bundle.js" charset="utf-8"></script> </body> |