-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
96 lines (67 loc) · 2.57 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
<!doctype html>
<html lang="en-us">
<head>
<title>404 Page not found - Filipe's personal notebook</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="Filipe Marques" /><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.filipemarques.eu/404.html" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>
<meta name="generator" content="Hugo 0.75.1" />
<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://www.filipemarques.eu/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="/css/styles.css" /></head>
<body>
<div id="container">
<header>
<h1>
<a href="/">Filipe’s personal notebook</a>
</h1>
<ul id="social-media">
<li>
<a href="mailto:[email protected]" title="Email me">
<i class="fas fa-envelope fa-lg"></i>
</a>
</li>
<li>
<a href="https://github.com/f2dmarques" title="GitHub">
<i class="fab fa-github fa-lg"></i>
</a>
</li>
<li>
<a href="https://twitter.com/f2dmarques" title="Twitter">
<i class="fab fa-twitter fa-lg"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/in/f2dmarques" title="LinkedIn">
<i class="fab fa-linkedin fa-lg"></i>
</a>
</li>
</ul>
<p><em>…may contain some rants!</em></p>
</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://www.filipemarques.eu/index.xml">Subscribe </a></h6>
</footer>
</div>
<script src="/js/scripts.js"></script>
</body>
</html>