forked from go-kit/go-kit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·69 lines (61 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head>
<title>Go kit - Page not found</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Go kit - Page not found" />
<meta name="author" content="Peter Bourgon" />
<meta name="keywords" content="go kit go-kit gokit golang microservice microservices toolkit framework metallica" />
<link href="/css/global.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="c">
<div class="hero">
<div class="logo">
<a href="/"><img src="/gokit-logo-header.png" width=100 height=100 alt="Go kit logo" /></a>
</div>
<div class="title">
<h1>Go kit</h1>
<h2>Page not found</h2>
</div>
</div>
<hr/>
<div class="header">
<p>
<a href="/">Home</a>
<a href="/examples/">Examples</a>
<a href="/faq/">FAQ</a>
<a href="/blog/">Blog</a> ·
<a href="https://github.com/go-kit/kit"><strong>GitHub</strong></a>
<a href="https://godoc.org/github.com/go-kit/kit">GoDoc</a>
<a href="https://gophers.slack.com/messages/go-kit/">Slack</a>
<a href="https://groups.google.com/forum/#!forum/go-kit">Mailing list</a>
</p>
</div>
<hr/>
<div class="content">
<h1 id="page-not-found">Page not found</h1>
<p>If you got here without being nefarious, would you be so kind as to
<a href="https://github.com/go-kit/go-kit.github.io/issues/new">file an issue</a>?</p>
</div>
<br/>
<hr/>
<div class="footer">
<p>
Copyright © 2014–2016 <a href="https://peter.bourgon.org">Peter Bourgon</a>
and <a href="https://github.com/go-kit/kit/contributors">the Go kit contributors</a>. <br/>
The Go Gopher was designed by <a href="http://reneefrench.blogspot.com">Renée French</a>
and is licensed under the Creative Commons 3.0 Attributions license.
</p>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76889420-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>