-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
87 lines (80 loc) · 2.64 KB
/
404.html
File metadata and controls
87 lines (80 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en" class="webp">
<head>
<meta charset="utf-8">
<title>Web developer & Truth-seeker | Boye</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Passionate about web development, crypto, science and sports. Also, very curious about life's mysteries.">
<meta property="og:type" content="website">
<meta property="og:title" content="Web developer & Truth-seeker">
<meta property="og:url" content="https://boye.io">
<meta property="og:description" content="Passionate about web development, crypto, science and sports. Also, very curious about life's mysteries.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@_boye">
<meta name="twitter:creator" content="@_boye">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,400&display=swap">
<style>
html,
body {
font-family: -system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
margin: 0;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: center;
align-items: center;
text-align: center;
background: #efefef;
font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
border-radius: 50%;
filter: grayscale(0);
transition: 1s ease;
}
main:hover img {
filter: grayscale(1);
}
h1,
h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
text-transform: lowercase;
font-variant: small-caps;
}
h1 {
letter-spacing: 2px;
margin-bottom: 0;
font-size: 2.5rem;
}
h2 {
margin-top: 0;
letter-spacing: 1px;
}
p {
color: #555;
font-size: 1.3rem;
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43101969-1"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43101969-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<main itemscope itemtype="http://schema.org/Person">
<h1>Page not found</h1>
<p>The page you requested cannot be found 😿</p>
</main>
</div>
</body>
</html>