123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Netdata</title>
- <link href="/static/site/pages/holding-page-503/holding-page-503.css" rel="stylesheet" />
- </head>
- <body>
- <div class="overlay">
- <img
- src="/static/site/pages/holding-page-503/multiple-logos-group.svg"
- alt="Error: service unavailable"
- style="width: 100%; position: fixed; bottom: 0;"
- />
- </div>
- <div class="content-container">
- <div class="logo-container">
- <img src="/static/site/pages/holding-page-503/netdata-logo-white.svg" alt="Netdata Logo" />
- </div>
- <div class="content">
- <h1 class="header">503 Service Unavailable</h1>
- <span class="info">
- We are under maintenance. We will be back shortly!
- </span>
- <div class="buttons">
- <a href="https://app.netdata.cloud" class="button button-reload">
- <img src="/static/site/pages/holding-page-503/reset.svg" alt="Reset" />
- Try Again
- </a>
- <a href="https://status.netdata.cloud" class="button button-status" target="_blank">
- Check Status
- </a>
- </div>
- </div>
- </div>
- <script src="https://zsvdrp94yfxr.statuspage.io/embed/script.js"></script>
- </body>
- </html>
|