index.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <meta name="robots" content="NONE,NOARCHIVE" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link href="/_assets/sentry.css" rel="stylesheet" />
  8. <script src="/_assets/vendor.js"></script>
  9. <script src="/_assets/app.js"></script>
  10. <title>Sentry</title>
  11. </head>
  12. <body>
  13. <div id="blk_router">
  14. <div class="loading triangle">
  15. <div class="loading-mask"></div>
  16. <div class="loading-indicator">
  17. <!-- If you update this also its sibling in loadingIndicator.tsx and sentry/bases/react.html -->
  18. <svg width="90" height="90" viewBox="0 0 90 90">
  19. <defs>
  20. <path
  21. id="loading-logo"
  22. fill="none"
  23. stroke-width="5"
  24. stroke-linecap="round"
  25. stroke-linejoin="round"
  26. d="M8.07 50.083c-1.744 2.885-3.192 5.403-4.344 7.556-1.729 3.228.522 6.041 3.335 6.041h18.86c.056-10.925-6.902-18.96-12.867-22.226 1.9-3.173 5.12-8.986 6.313-10.984 12.02 6.966 19.14 19.803 19.14 33.21 4.01.027 8.422 0 12.638 0 .01-16.823-8.633-34.304-25.512-44.004 4.289-7.375 7.02-12.354 8.532-14.733 1.512-2.378 5.214-2.395 6.656 0 1.443 2.395 28.98 50.16 30.451 52.696 1.471 2.536.034 6.041-3.751 6.041h-6.789"
  27. />
  28. </defs>
  29. <use x="5" y="5" xlink:href="#loading-logo" class="logo-spin-1" />
  30. <use x="5" y="5" xlink:href="#loading-logo" class="logo-spin-0" />
  31. </svg>
  32. </div>
  33. <div class="loading-message">
  34. <p>Please wait while we load an obnoxious amount of JavaScript.</p>
  35. <p>
  36. <small>You may need to disable adblocking extensions to load Sentry.</small>
  37. </p>
  38. </div>
  39. </div>
  40. </div>
  41. </body>
  42. </html>