-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
159 lines (122 loc) · 3.14 KB
/
404.html
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0" />
<link rel="shortcut icon" href="https://www.external-secrets-operator.app/images/favicon.png" />
<title>404</title>
<meta name="title" content="404 Page not found" />
<meta name="description" content="Kubernetes operator that sync secrets and configmaps from external systems like Vault, Consul and others" />
<meta name="keywords" content="" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Kubernetes operator that sync secrets and configmaps from external systems like Vault, Consul and others" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.external-secrets-operator.app/404.html" />
<meta property="og:image" content="https://www.external-secrets-operator.app/images/share.png"/>
<meta property="og:site_name" content="External Secrets Operator" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://www.external-secrets-operator.app/images/share.png"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Kubernetes operator that sync secrets and configmaps from external systems like Vault, Consul and others"/>
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="Kubernetes operator that sync secrets and configmaps from external systems like Vault, Consul and others">
<meta name="referrer" content="no-referrer-when-downgrade" />
<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
background-color: white;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #222;
}
a {
color: #3273dc;
}
.title {
text-decoration: none;
border: 0;
}
.title span {
font-weight: 400;
}
nav a {
margin-right: 10px;
}
textarea {
width: 100%;
font-size: 16px;
}
input {
font-size: 16px;
}
content {
line-height: 1.6;
}
table {
width: 100%;
}
img {
max-width: 100%;
}
code {
padding: 2px 5px;
background-color: #eee;
}
pre code {
border-left: 1px solid #999;
color: #555;
display: block;
padding: 10px;
white-space: pre-wrap;
}
blockquote {
border-left: 1px solid #999;
color: #555;
padding-left: 10px;
font-style: italic;
}
footer {
padding: 25px;
text-align: center;
}
.helptext {
color: #777;
font-size: small;
}
.errorlist {
color: #eba613;
font-size: small;
}
</style>
</head>
<body>
<header><a href="/" class="title">
<h2>External Secrets Operator</h2>
</a>
<nav><a href="/">Home</a>
</nav>
</header>
<main>
<h1>404</h1>
<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
</main>
<footer>
</footer>
</body>
</html>