forked from afavaro/afavaro.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
112 lines (63 loc) · 2.14 KB
/
404.html
File metadata and controls
112 lines (63 loc) · 2.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alex Favaro</title>
<meta name="description" content="">
<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/404.html">
<link rel="alternate" type="application/rss+xml" title="Alex Favaro" href="/feed.xml">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<meta property="og:title" content="Alex Favaro">
<meta property="og:site_name" content="Alex Favaro">
<meta property="og:url" content="/404.html">
<meta property="og:description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Alex Favaro">
<meta name="twitter:description" content="">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Bitter:400,400i,700&display=swap" rel="stylesheet">
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">Alex Favaro</a>
<nav class="site-nav">
<a class="page-link" href="/about/">About</a>
</nav>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</div>
</main>
<footer class="site-footer">
<div class="wrapper">
<p>
© - Powered by <a href="https://jekyllrb.com">Jekyll</a> & <a href="https://github.com/yous/whiteglass">whiteglass</a> - Subscribe via <a href="/feed.xml">RSS</a>
</p>
</div>
</footer>
</body>
</html>