aboutsummaryrefslogtreecommitdiff
path: root/contrib/gns/gns-bcd-not-found.html
blob: 999d6f604a7dcdfa01286292a5ec34451295d358 (plain) (blame)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Error</title>
    <style>
      /* "Reset" values */
      html {
          box-sizing: border-box;
      }
      *, *:before, *:after {
          box-sizing: inherit;
      }
      body {
          font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          background-color: #ffffff;
          color: #212121;
          margin: 0;
      }
      h1, h2, h3, h4, h5 {
          margin-top: 0px;
          margin-bottom: 0.5rem;
          font-weight: 500;
      }
      p {
          margin-top: 0px;
          margin-bottom: 1rem;
      }
      /* "Component" values */
      .gns-container {
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
      }
      @media (min-width: 576px) {
          .gns-container {
              max-width: 540px;
          }
      }
      @media (min-width: 768px) {
          .gns-container {
              max-width: 720px;
          }
      }
      @media (min-width: 992px) {
          .gns-container {
              max-width: 960px;
          }
      }
      @media (min-width: 1200px) {
          .gns-container {
              max-width: 1140px;
          }
      }
      @media (min-width: 1400px) {
          .gns-container {
              max-width: 1320px;
          }
      }
    </style>
  </head>
  <body>
    <div class="gns-container">
      <h1>Not Found</h1>
      <p>The requested resource could not be found.</p>
    </div>
  </body>
</html>