index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta name="description" content="Joystream Atlas" />
  7. <link
  8. rel="stylesheet"
  9. href="https://eu-central-1.linodeobjects.com/atlas-assets/fonts/Optimo-PxGrotesk/PxGroteskRegular-Regular.css"
  10. />
  11. <link
  12. rel="stylesheet"
  13. href="https://eu-central-1.linodeobjects.com/atlas-assets/fonts/Optimo-PxGrotesk/PxGroteskBold-Regular.css"
  14. />
  15. <script>
  16. ;(function (h, o, t, j, a, r) {
  17. h.hj =
  18. h.hj ||
  19. function () {
  20. ;(h.hj.q = h.hj.q || []).push(arguments)
  21. }
  22. h._hjSettings = { hjid: 2060005, hjsv: 6 }
  23. a = o.getElementsByTagName('head')[0]
  24. r = o.createElement('script')
  25. r.async = 1
  26. r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv
  27. a.appendChild(r)
  28. })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=')
  29. </script>
  30. <title>Atlas</title>
  31. </head>
  32. <body>
  33. <noscript>You need to enable JavaScript to run this app.</noscript>
  34. <div id="root"></div>
  35. </body>
  36. </html>