summaryrefslogtreecommitdiffstats
path: root/web/gui/v2/static/site/pages/holding-page-503/index.html
blob: c0b2136bc820aab5a4bb2b1684fa92ff9358e39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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>