-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
88 lines (78 loc) · 2.66 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
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<meta http-equiv="EXPIRES" content="Mon, 01 Jan 2000 00:00:01 GMT" />
<title>404</title>
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/icons.css">
<link rel="stylesheet" href="./css/font.css">
<link rel="alternate"
type="application/atom+xml"
href="./articles.atom"
title="Extralogical feed">
<!--tracking-->
</head><body>
<header id="header">
<div class="wrapper">
<h1 id="title"><a href="./">ScalaUA</a></h1>
<div id="nav-wrapper">
<ul id="navigation">
<li>
<a href="./meetups">
<span aria-hidden="true" data-icon="u"></span>
Встречи
</a>
</li>
<li>
<a href="./articles">
<span aria-hidden="true" data-icon="T"></span>
Архив
</a>
</li>
<li>
<a href="./about">
<span aria-hidden="true" data-icon="W"></span>
О Scala
</a>
</li>
</ul>
</div>
</div>
</header>
<section id="main" class="wrapper">
<article>
<h1>404</h1>
<p class="date">2015-01-11</p>
<section class="content">
<p> Сторінка не знайдена
</p>
</section>
</article>
</section>
<footer id="footer" class="wrapper">
<p>
<div class="image imageright">
<a href="http://feeds.feedburner.com/ScalaUa">
<img title="YT"
alt="feed"
src="./images/rss.png" />
</a>
</div>
</p>
</footer>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: 'ru'}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27482186-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body></html>