-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
71 lines (57 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="veiwport" content="width=device-width, initial-scale=1.0">
<title>A. N. Angelgardt | Not Found</title>
<link rel="stylesheet" type="text/css" href="/a/css/fonts.css"/>
<link rel="stylesheet" type="text/css" href="/a/css/style.css"/>
<link rel="stylesheet" type="text/css" href="/404.css"/>
<link rel="shortcut icon" href="a/imgs/icons/favicon.ico">
<link rel="icon" href="a/imgs/icons/favicon.ico">
</head>
<body>
<header>
angelgardt.github.io
</header>
<div class="menu main_menu">
<div class="menu_item" onclick="location.href='index.html'">
<a href="index.html">home</a>
</div>
<div class="menu_item" onclick="location.href='angelgardt.html'">
<a href="angelgardt.html">author</a>
</div>
<div class="lang_switcher" hidden="">
<select onchange="location.href=value">
<option value="#" selected>EN</option>
<option value="../ru/index.html">RU</option>
<option value="../fr/index.html" hidden>FR</option>
<option value="../tr/angelgardt.html" hidden>TR</option>
</select>
</div>
</div>
<div class="content page404">
<div class="error">
HTTP 404
</div>
<div class="text">
Not Found
</div>
</div>
<footer class="page404" hidden="">
<div>
<p><a href="index.html">Anton Angelgardt</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p class="description">
<a href="https://fonts.google.com/specimen/Montserrat" target="_blank">Montserrat Font Family</a>
(<a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL" target="_blank">Open Font License</a>)</p>
<p>2020–<span id="current_year"></span></p>
</div>
</footer>
<script type="text/javascript">
var today = new Date();
var current_year = document.getElementById('current_year');
current_year.innerHTML = today.getFullYear();
</script>
</body>
</html>