-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
120 lines (71 loc) · 3.18 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="https://anamf.github.io">
<meta name="author" content="Jeremiah Succeed">
<meta name="generator" content="Hugo 0.55.6" />
<title>404 Page not found</title>
<link rel="shortcut icon" href="https://anamf.github.io/images/favicon.ico" type="">
<link rel="stylesheet" href="https://anamf.github.io/css/style.css">
<link rel="stylesheet" href="https://anamf.github.io/css/highlight.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<link href="https://anamf.github.io/index.xml" rel="alternate" type="application/rss+xml" title="About applied Machine Learning" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@https://twitter.com/username">
<meta name="twitter:creator" content="@https://twitter.com/username">
<meta property="og:title" content="404 Page not found">
<meta property="og:type" content="website">
<meta property="og:url" content="https://anamf.github.io">
<meta property="og:image" content="https://anamf.github.ioimages/logo.png">
<link rel="canonical" href="https://anamf.github.io/404.html">
</head>
<body>
<header class="header">
<img src="images/logo.png" alt="">
</header>
<nav class="main-nav">
<ul>
<li class="active"><a href='https://anamf.github.io'>Articles</a></li>
<li><a href='https://anamf.github.io/about'>About</a></li>
<li><a href="https://github.com/ijsucceed/onepress/blob/master/README.md#subscribe-link" target="blank">Subscribe</a></li>
</ul>
</nav>
<div id="site-wrapper">
<main>
<h1>Oh! <b>404</b></h1>
<p>
The requested URL was not found on this server.
<br>
<i>That’s all I know.</i>
</p>
<a href="." style="text-decoration:underline">Take me home.</a>
</main>
<aside class="desktop-only">
<div class="widgets">
<section itemscope itemtype="https://schema.org/Person" class="widget socials">
<h2 class="widget-title">Socials</h2>
<ul>
<li><a href="https://twitter.com/username"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/anamf"><i class="fa fa-github"></i></a></li>
</ul>
</section>
<section class="widget widget-one">
<h2 class="widget-title">Widget 2</h2>
</section>
</div>
<footer id="footer">
<p class="small">
Copyright © 2019, Jeremiah Succeed; all rights reserved.
</p>
</footer>
</aside>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://anamf.github.io/js/main.js"></script>
<script src="https://anamf.github.io/js/highlight.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>