index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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.0" />
  6. <title>Netdata</title>
  7. <link href="/static/site/pages/holding-page-503/holding-page-503.css" rel="stylesheet" />
  8. </head>
  9. <body>
  10. <div class="overlay">
  11. <img
  12. src="/static/site/pages/holding-page-503/multiple-logos-group.svg"
  13. alt="Error: service unavailable"
  14. style="width: 100%; position: fixed; bottom: 0;"
  15. />
  16. </div>
  17. <div class="content-container">
  18. <div class="logo-container">
  19. <img src="/static/site/pages/holding-page-503/netdata-logo-white.svg" alt="Netdata Logo" />
  20. </div>
  21. <div class="content">
  22. <h1 class="header">503 Service Unavailable</h1>
  23. <span class="info">
  24. We are under maintenance. We will be back shortly!
  25. </span>
  26. <div class="buttons">
  27. <a href="https://app.netdata.cloud" class="button button-reload">
  28. <img src="/static/site/pages/holding-page-503/reset.svg" alt="Reset" />
  29. Try Again
  30. </a>
  31. <a href="https://status.netdata.cloud" class="button button-status" target="_blank">
  32. Check Status
  33. </a>
  34. </div>
  35. </div>
  36. </div>
  37. <script src="https://zsvdrp94yfxr.statuspage.io/embed/script.js"></script>
  38. </body>
  39. </html>