-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
130 lines (76 loc) · 3.77 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
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121906238-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121906238-1');
</script>
<meta name="author" content="Gildásio Filho">
<meta name="description" content="Gildaswise's personal blog">
<meta name="keywords" content="software, developer, software, music, piano, chillhop, freelance, freelancer, flutter">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="Gildaswise's personal blog">
<meta property="og:url" content="https://gildaswise.com/404.html">
<meta property="og:site_name" content="Gildaswise">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Gildaswise's personal blog">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<base href="https://gildaswise.com/404.html">
<title>Gildaswise</title>
<link rel="canonical" href="https://gildaswise.com/404.html">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />
<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://gildaswise.com/css/coder.min.bc934477dcbd04d5e7238288b3837497d5464fb2f489a6ee535bc90011a159a0.css" integrity="sha256-vJNEd9y9BNXnI4KIs4N0l9VGT7L0iabuU1vJABGhWaA="
crossorigin="anonymous" media="screen" />
<link rel="stylesheet" href="https://gildaswise.com/css/custom.css">
<link rel="icon" href="https://gildaswise.com/images/favicon.ico">
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WJ8L6D9');</script>
<meta name="generator" content="Hugo 0.135.0">
</head>
<body class=" ">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJ8L6D9" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
<ul class="navigation-list">
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="https://gildaswise.com/">homepage</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
<p>[email protected]</p>
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
</body>
</html>