-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
195 lines (133 loc) · 4.32 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
<!DOCTYPE html>
<html>
<head>
<title>The Gofrs</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="generator" content="Hugo 0.47.1" />
<title>404 Page not found :: The Gofrs</title>
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/nucleus.css" rel="stylesheet">
<link href="/theme-flex/style.css" rel="stylesheet">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<script src="/js/jquery-2.x.min.js"></script>
<script type="text/javascript">
var baseurl = "https:\/\/gof.rs\/";
</script>
<meta name="description" content="">
</head>
<body data-url="">
<header>
<div class="logo">
<a class="baselink" href="https://gof.rs/">The Gofrs</a>
</div>
<div class="burger"><a href="javascript:void(0);" style="font-size:15px;">☰</a></div>
<nav class="shortcuts">
<li class="" role="">
<a href="https://github.com/gofrs" rel="noopener">
<i class='fa fa-github'></i> Github Organization
</a>
</li>
</nav>
</header>
<article>
<aside>
<ul class="menu">
<li data-nav-id="/" class="dd-item">
<a href="/">
<i class="fa fa-fw fa-home"></i>
</a>
</li>
<li data-nav-id="/projects/" class="dd-item alwaysopen haschildren
">
<div>
<a href="/projects/">Supported Projects</a>
<i class="fa fa-angle-down fa-lg category-icon"></i><i class="fa fa-circle-thin read-icon"></i>
</div>
<ul>
<li data-nav-id="/projects/uuid/" class="dd-item
">
<div>
<a href="/projects/uuid/">uuid</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
</ul>
</li>
<li data-nav-id="/contributing/" class="dd-item alwaysopen haschildren
">
<div>
<a href="/contributing/">Contributing</a>
<i class="fa fa-angle-down fa-lg category-icon"></i><i class="fa fa-circle-thin read-icon"></i>
</div>
<ul>
<li data-nav-id="/contributing/help-requests/" class="dd-item
">
<div>
<a href="/contributing/help-requests/">Requesting our Help</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
<li data-nav-id="/contributing/join-requests/" class="dd-item
">
<div>
<a href="/contributing/join-requests/">Joining our Organization</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
</ul>
</li>
</ul>
<section>
</section>
</aside>
<section class="page">
<div class="nav-select">
<center>Navigation :
<select onchange="javascript:location.href = this.value;">
<option value="/projects/" >
Supported Projects</option>
<option value="/projects/uuid/" >
-
uuid</option>
<option value="/contributing/" >
Contributing</option>
<option value="/contributing/help-requests/" >
-
Requesting our Help</option>
<option value="/contributing/join-requests/" >
-
Joining our Organization</option>
</select>
</center>
</div>
<h1>404 Page not found</h1>
<h1>Error</h1>
<p>
</p>
<p>Woops. Looks like this page doesn't exist.</p>
<p></p>
<p><a href="https://gof.rs/">Go to homepage</a></p>
<p><img src="/images/gopher-404.jpg" style="width:50%"></img></p>
<div class="chevrons">
<div id="navigation">
</div>
</div>
</section>
</article>
<footer>
<div class="footline">
<div class="github-link">
<a href="https://github.com/gofrs/website/tree/master/content/" target="blank"><i class="fa fa-code-fork"></i>
Improve this page</a>
</div>
</div>
<div>
<p><em>The Gofrs Logo: CC BY-NC-SA 4.0: GO BUILD Image by Ashley McNamara</em><br>
<a href="https://github.com/ashleymcnamara/gophers">https://github.com/ashleymcnamara/gophers</a></p>
</div>
</footer>
<script src="/js/clipboard.min.js"></script>
<link href="/css/featherlight.min.css" rel="stylesheet">
<script src="/js/featherlight.min.js"></script>
<script src="/theme-flex/script.js"></script>
</body>
</html>