-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
69 lines (63 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#010314"/>
<meta name="Author" content="Artur Sharykin">
<meta name="Description" content="Mechanical Engineer @ UAlberta">
<meta name="keywords" content="artur sharykin, Artur Sharykin, Sharykin, Artur, sharykin.artur, artur.sharykin, Artur S.">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:title" content="Artur Sharykin">
<meta property="og:description" content="Artur Sharykin | Mechanical Engineer | Home Server Enthusiast">
<meta property="og:image" content="?NULL?">
<link rel="image_src" href="?GRAVATAR LINK">
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="icon" sizes="16x16 32x32" href="favicon.ico">
<link rel="canonical" href="https://sharykin.me/">
<link rel="preconnect" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="apple-touch-startup-image" href="apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<title>404 Error</title>
<style>
body {
background-color: #212730;
font-family: 'Open Sans', sans-serif;
color: #ffffff;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.error-message {
text-align: center;
}
.error-message h1 {
font-size: 24px;
margin-bottom: 20px;
}
.error-message a {
color: #ffffff;
text-decoration: underline;
}
.error-message a:hover {
color: #ffffff80;
}
</style>
<script async src="GOOGLETAG"></script>
</head>
<body>
<div class="error-message">
<h1>This page wasn't found</h1>
<p><a href="/" title="Go Home">Return to the home page</a></p>
</div>
</body>
</html>