-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
29 lines (26 loc) · 1.07 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<meta name="Author" content="Vadim Ogievetsky"/>
<meta name="keywords" content="Vadim Ogievetsky resume"/>
<meta name="description" content="Vadim Ogievetsky resume"/>
<link rel="stylesheet" media="screen, print" href="build/style.css"/>
<title>Vadim Ogievetsky | Not Found</title>
<script type="text/javascript" src="fastrack.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17409200-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>
</head>
<body>
<div class="not-found"><a href="http://vadim.ogievetsky.com">Vadim</a> not found</div>
<script src="//comebackhome.org/js/comebackhome.bundle.min.js"></script>
</body>
</html>