-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
107 lines (49 loc) · 2.48 KB
/
404.html
File metadata and controls
107 lines (49 loc) · 2.48 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
404 Page not found · Fábio's notes
</title>
<link rel="stylesheet" href="https://bertinatto.github.io/css/poole.css">
<link rel="stylesheet" href="https://bertinatto.github.io/css/syntax.css">
<link rel="stylesheet" href="https://bertinatto.github.io/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://bertinatto.github.io/assets/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="https://bertinatto.github.io/assets/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://bertinatto.github.io/atom.xml">
</head>
<body>
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<div class="sidebar" id="sidebar">
<nav class="sidebar-nav">
<a class="sidebar-nav-item " href="https://bertinatto.github.io/">Home</a>
<a class="sidebar-nav-item " href="https://bertinatto.github.io/post">Posts</a>
<a class="sidebar-nav-item " href="https://bertinatto.github.io/now/">Now</a>
<a class="sidebar-nav-item " href="https://bertinatto.github.io/about/">About</a>
</nav>
<div class="sidebar-item">
<p>© 2018. All rights reserved.</p>
</div>
</div>
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="https://bertinatto.github.io/" title="Home">Fábio's notes</a>
<small></small>
</h3>
</div>
</div>
<div class="container content">
<div class="page">
<h1 class="page-title">404</h1>
<p>Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. <a href="https://bertinatto.github.io/">Head back home</a> to try finding it again.</p>
</div>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
</body>
</html>