-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
101 lines (77 loc) · 3.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ricardo Pacheco | Analysis and general understanding about software development from a finite observer.</title><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Innervision | Analysis and general understanding about software development from a finite observer.</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="Innervision" />
<meta property="og:locale" content="en" />
<meta name="description" content="Analysis and general understanding about software development from a finite observer." />
<meta property="og:description" content="Analysis and general understanding about software development from a finite observer." />
<link rel="canonical" href="https://ricardopacheco.github.io/404.html" />
<meta property="og:url" content="https://ricardopacheco.github.io/404.html" />
<meta property="og:site_name" content="Innervision" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Innervision" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Analysis and general understanding about software development from a finite observer.","headline":"Innervision","url":"https://ricardopacheco.github.io/404.html"}</script>
<!-- End Jekyll SEO tag -->
<!-- CSS -->
<link rel="stylesheet" href="/assets/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/[email protected]/css/flag-icons.min.css">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<!-- RSS -->
<link type="application/atom+xml" rel="alternate" href="https://ricardopacheco.github.io/feed.xml" title="Innervision" />
<!-- Google Analytics-->
</head>
<body>
<nav class="nav">
<div class="nav-container">
<a href="/">
<h2 class="nav-title">Innervision</h2>
</a>
<ul>
<li><a href="/about">About</a></li>
<li><a href="/tags">Tags</a></li>
<li>
<a class="active" href="/pt/404.html">
<span class="fi fi-br"></span>
</a>
</li>
</ul>
</div>
</nav>
<main>
<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>
</main>
<footer>
<span>
© <time datetime="2024-02-09 18:27:33 -0300">2024</time>
</span>
</footer>
</body>
</html>