-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
71 lines (47 loc) · 1.77 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
<!doctype html>
<html lang="en-us">
<head>
<title>Another personal page on GitHub</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="The HTML5 Herald" />
<meta name="author" content="" /><meta name="generator" content="Hugo 0.60.1" />
<meta property="og:title" content="Another personal page on GitHub" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mikhailkaduchka.github.io/" />
<meta property="og:updated_time" content="2019-12-03T00:06:08+01:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Another personal page on GitHub"/>
<meta name="twitter:description" content=""/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" />
<script src="https://kit.fontawesome.com/b76b73e8e8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda" />
<link rel="stylesheet" type="text/css" href="/css/styles.css" /></head>
<body>
<div id="container">
<header>
<h1>
<a href="/">Another personal page on GitHub</a>
</h1>
<ul id="social-media">
</ul>
</header>
<nav>
<ul>
</ul>
</nav>
<main>
<section id="404">
<p>This is not the page you are looking for...</p>
</section>
</main>
<footer>
<h6> |
Rendered by <a href="https://gohugo.io" title="Hugo">Hugo</a> |
<a href="https://mikhailkaduchka.github.ioindex.xml">Subscribe </a></h6>
</footer>
</div>
<script src="/js/scripts.js"></script>
</body>
</html>