-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
119 lines (86 loc) · 3.52 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
<!doctype html>
<html lang="en-us">
<head>
<title>Ephicks's blog</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="FX's blog: Self-reminders, may they also be of use to others." />
<meta name="author" content="F.-X. Pineau" /><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="FX's blog: Self-reminders, may they also be of use to others." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fxpineau.github.io/404.html" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="FX's blog: Self-reminders, may they also be of use to others."/>
<meta name="generator" content="Hugo 0.73.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://fxpineau.github.io/fontawesome/css/all.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda" />
<link rel="stylesheet" type="text/css" href="https://fxpineau.github.io/css/styles.css" /></head>
<body>
<div id="container">
<header>
<h1>
<a href="https://fxpineau.github.io/">Ephicks’s blog</a>
</h1>
<ul id="social-media">
<li>
<a href="https://github.com/fxpineau" title="GitHub">
<i class="fab fa-github fa-lg"></i>
</a>
</li>
<li>
<a href="https://twitter.com/@EphicksP" title="Twitter">
<i class="fab fa-twitter fa-lg"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/in/fran%c3%a7ois-xavier-pineau-bb31473a" title="LinkedIn">
<i class="fab fa-linkedin fa-lg"></i>
</a>
</li>
</ul>
<p><em>Self-reminders, may they also be of use to others</em></p>
</header>
<nav>
<ul>
<li>
<a class="" href="https://fxpineau.github.io/categories">
<i class="fa-li fa fa-lg"></i><span>Categories</span>
</a>
</li>
<li>
<a class="" href="https://fxpineau.github.io/tags">
<i class="fa-li fa fa-lg"></i><span>Tags</span>
</a>
</li>
<li>
<a class="" href="https://fxpineau.github.io/about/">
<i class="fa-li fa fa-lg"></i><span>About Me</span>
</a>
</li>
</ul>
</nav>
<main>
<section id="404">
<p>This is not the page you are looking for...</p>
</section>
</main>
<footer>
<h6>Copyright © 2020 - F.-X. Pineau |
Rendered by <a href="https://gohugo.io" title="Hugo">Hugo</a> |
<a href="https://fxpineau.github.io/index.xml">Subscribe </a></h6>
</footer>
</div>
<script src="https://fxpineau.github.io/js/scripts.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-166698350-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>