diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-07-04 05:43:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-04 05:43:02 +0800 |
commit | 0900e0c85e76a34301ad5a336d2b195ed595aef7 (patch) | |
tree | a5031f90ed81a0758712ad9478c1d9201692f08b /packages/website/public/index.html | |
parent | d91b30faef0e53072757dfd5fea86db10dcf838f (diff) | |
parent | 32c25a20341964498c3594758aa02908c98dbfc0 (diff) | |
download | dexon-sol-tools-0900e0c85e76a34301ad5a336d2b195ed595aef7.tar dexon-sol-tools-0900e0c85e76a34301ad5a336d2b195ed595aef7.tar.gz dexon-sol-tools-0900e0c85e76a34301ad5a336d2b195ed595aef7.tar.bz2 dexon-sol-tools-0900e0c85e76a34301ad5a336d2b195ed595aef7.tar.lz dexon-sol-tools-0900e0c85e76a34301ad5a336d2b195ed595aef7.tar.xz dexon-sol-tools-0900e0c85e76a34301ad5a336d2b195ed595aef7.tar.zst dexon-sol-tools-0900e0c85e76a34301ad5a336d2b195ed595aef7.zip |
Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2
Add Hotjar, and other small 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> |