-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
82 lines (55 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Lucas Gomide">
<meta name="description" content="That's about me (:">
<meta name="keywords" content="blog,developer,personal,gopher,musician">
<meta property="og:site_name" content="Lucas Gomide">
<meta property="og:title" content="Lucas Gomide">
<meta property="og:description" content="That's about me (:">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="https://www.lucasgomide.com.brimages/tn.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:image" content="https://www.lucasgomide.com.brimages/tn.png">
<base href="https://www.lucasgomide.com.br">
<title>Lucas Gomide</title>
<link rel="canonical" href="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="https://www.lucasgomide.com.br/css/style.min.css">
<link rel="icon" type="image/png" href="https://www.lucasgomide.com.br/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://www.lucasgomide.com.br/images/favicon-16x16.png" sizes="16x16">
<meta name="generator" content="Hugo 0.49" />
</head>
<body class="">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/">
Lucas Gomide
</a>
<input type="checkbox" id="menu-control"/>
<label class="menu-mobile float-right " for="menu-control">
<span class="btn-mobile float-right ">☰</span>
<ul class="navigation-list">
</ul>
</label>
</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://www.lucasgomide.com.br">homepage</a>.</p>
</div>
</section>
</div>
</main>
<script src="https://www.lucasgomide.com.br/js/app.js"></script>
</body>
</html>