aboutsummaryrefslogtreecommitdiff
path: root/contrib/gns/gns-bcd-not-found.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gns/gns-bcd-not-found.html')
-rw-r--r--contrib/gns/gns-bcd-not-found.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/contrib/gns/gns-bcd-not-found.html b/contrib/gns/gns-bcd-not-found.html
new file mode 100644
index 000000000..999d6f604
--- /dev/null
+++ b/contrib/gns/gns-bcd-not-found.html
@@ -0,0 +1,72 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Error</title>
7 <style>
8 /* "Reset" values */
9 html {
10 box-sizing: border-box;
11 }
12 *, *:before, *:after {
13 box-sizing: inherit;
14 }
15 body {
16 font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
17 font-size: 1rem;
18 font-weight: 400;
19 line-height: 1.5;
20 background-color: #ffffff;
21 color: #212121;
22 margin: 0;
23 }
24 h1, h2, h3, h4, h5 {
25 margin-top: 0px;
26 margin-bottom: 0.5rem;
27 font-weight: 500;
28 }
29 p {
30 margin-top: 0px;
31 margin-bottom: 1rem;
32 }
33 /* "Component" values */
34 .gns-container {
35 max-width: 100%;
36 margin-left: auto;
37 margin-right: auto;
38 }
39 @media (min-width: 576px) {
40 .gns-container {
41 max-width: 540px;
42 }
43 }
44 @media (min-width: 768px) {
45 .gns-container {
46 max-width: 720px;
47 }
48 }
49 @media (min-width: 992px) {
50 .gns-container {
51 max-width: 960px;
52 }
53 }
54 @media (min-width: 1200px) {
55 .gns-container {
56 max-width: 1140px;
57 }
58 }
59 @media (min-width: 1400px) {
60 .gns-container {
61 max-width: 1320px;
62 }
63 }
64 </style>
65 </head>
66 <body>
67 <div class="gns-container">
68 <h1>Not Found</h1>
69 <p>The requested resource could not be found.</p>
70 </div>
71 </body>
72</html>