-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
231 lines (99 loc) · 3.85 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, noarchive" />
<title>OkraHealth</title>
<link rel="icon" href="/favicon.ico" />
<meta name="description" content="OkraHealth provides software health analytics." />
<meta name="generator" content="Hugo 0.55.6" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="OkraHealth provides software health analytics."/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="OkraHealth provides software health analytics." />
<meta property="og:type" content="website" />
<meta property="og:url" content="/404.html" />
<style>
:root {
--text: #fdfdfd ;
--background: #282a36 ;
--accent: #44475a ;
--foreground: #f8f8f2 ;
--separator: #6272a4 ;
--cyan: #8be9fd ;
--green: #50fa7b ;
--orange: #ffb86c ;
--pink: #ff79c6 ;
--purple: #bd93f9 ;
--red: #ff5555 ;
--yellow: #f1fa8c ;
--base: 1em ;
--p: 1.25em ;
--h4: 1.563em ;
--h3: 1.953em ;
--h2: 2.441em ;
--h1: 3.052em ;
}
</style>
<link rel="stylesheet" href="/css/bundle.min.css">
</head><body>
<header class="header" id="header">
<div class="header__title">
<a href="/" class="header__title__link" alt="/">
OkraHealth
</a>
</div>
<nav class="menu">
<details class="menu__toggle">
<summary class="menu__toggle__title">Menu</summary>
<div class="menu__items" role="menu">
<a href="/" class="menu__items__item" alt="Home" role="menuitem">
Home
</a>
<a href="/about/" class="menu__items__item" alt="About" role="menuitem">
About
</a>
<a href="/documentation/" class="menu__items__item" alt="Documentation" role="menuitem">
Documentation
</a>
<a href="/blog/" class="menu__items__item" alt="Blog" role="menuitem">
Blog
</a>
</div>
</details>
</nav>
</header>
<main class="main">
<div class="single__content notfound">
<h1>
404
</h1>
</div>
</main><footer class="footer" id="footer">
<section class="social-links" id="socialLinks">
<a href="https://github.com/okrahealth/" class="social-links__link" alt="github" target="_blank" aria-label="https://github.com/okrahealth/"
rel="noopener noreferrer">
<span class="social-links__link__icon">
<i class="fab fa-github"></i>
</span>
</a>
</section>
<hr>
<section class="footer__agreement">
Using <a href='https://gohugo.io'>HUGO</a> and <a href='https://themes.gohugo.io/hugo-piercer-theme/'>HUGO Piercer Theme</a>
</section>
<hr>
<div class="footer__copy">
© 2019 - OkraHealth
</div>
<script>
let activeSW = false;
activeSW = true;
</script>
<script defer src="/sw.min.js"></script>
<script defer src="/js/bundle.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
</footer></body>
</html>