-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
84 lines (64 loc) · 2.73 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<base href="http://golang-lt.github.io">
<title> 404 Page not found · Golang Lithuania community </title>
<link rel="stylesheet" href="/css/poole.css">
<link rel="stylesheet" href="/css/hyde.css">
<link rel="stylesheet" href="/css/custom.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Golang Lithuania community" />
</head>
<body lang="en">
<div class="sidebar">
<div class="container">
<div class="sidebar-about">
<h1 class="brand"><a href="/">golang-lt</a></h1>
<p class="lead"><a href="http://golang.org" title="golang">Go</a> language user group.</p>
</div>
<ul class="sidebar-nav">
<li><a href="/post/">Posts</a> </li>
<li><a href="/about/">About</a> </li>
</ul>
<a href="https://github.com/golang-lt" title="Shared opensource projects">
<i class="fa fa-lg fa-github-square"></i>
</a>
<a href="http://groups.google.com/group/golang-lithuania/subscribe" title="Subscribe to mailing list">
<i class="fa fa-lg fa-envelope"></i>
</a>
<a href="https://www.facebook.com/groups/1417574098545230/" title="Join us on Facebook">
<i class="fa fa-lg fa-facebook"></i>
</a>
<a href="/index.xml" title="Subscribe to RSS feed">
<i class="fa fa-lg fa-rss"></i>
</a>
<p class="footnote">
<p>Powered by <a href="http://gohugo.io/">Hugo</a></p>
<p class="copyright">© 2014-2016 golang-lt community, all rights reserved.</p>
<p>Last update by <a href="https://github.com/gedi">gedi</a>
at Saturday, Jan 14, 2017</p>
</p>
</div>
</div>
<div class="content container">
<figure class="about-img">
<img src="/404.jpg">
<figcaption>
<h4>We could not find the page you were looking for. Use the navigation.</h4>
</figcaption>
</figure>
</div>
</body>
</html>