-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
133 lines (90 loc) · 4.79 KB
/
404.html
File metadata and controls
133 lines (90 loc) · 4.79 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
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
131
132
133
<!DOCTYPE html>
<html lang="en-US">
<head prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#">
<meta charset="UTF-8" />
<meta name="theme-color" content="#fff" />
<script>
const theme = localStorage.getItem('theme');
if (theme === "dark") {
document.documentElement.setAttribute('data-theme', 'dark');
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#1c1c21');
} else if (theme === "light") {
document.documentElement.setAttribute('data-theme', 'light');
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#fff');
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="renderer" content="webkit" />
<meta name="generator" content="Hugo 0.88.1" />
<title>404 Page not found | SolfeGuido</title>
<link rel="stylesheet" href="/css/meme.min.58df1ecb86ba62a57f6f5fefec3ebc901185a93e5eb6a9b7be2be296829a624f.css" integrity="sha256-WN8ey4a6YqV/b1/v7D68kBGFqT5etqm3viviloKaYk8=" data-instant-track />
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,400i,500,700,700i|Source+Code+Pro:400,400i,700,700i|Comfortaa:700&display=swap" rel="stylesheet" />
<meta name="author" content="AzariasB" />
<meta name="description" content="MemE is a powerful and highly customizable GoHugo theme for personal blogs." />
<meta name="keywords" content="" />
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#2a6df4" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="SolfeGuido" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="SolfeGuido" />
<meta name="msapplication-starturl" content="../" />
<meta name="msapplication-TileColor" content="#fff" />
<meta name="msapplication-TileImage" content="../icons/mstile-150x150.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href="https://solfeguido.github.io/404.html" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"datePublished": "2019-12-16T20:17:43+00:00",
"dateModified": "2019-12-16T20:17:43+00:00",
"url": "https://solfeguido.github.io/404.html",
"name": "404 Page not found",
"description": "MemE is a powerful and highly customizable GoHugo theme for personal blogs.",
"keywords": "",
"image": "https://solfeguido.github.io/icons/apple-touch-icon.png",
"license": "[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)",
"publisher": {
"@type": "Organization",
"name": "SolfeGuido",
"logo": {
"@type": "ImageObject",
"url": "https://solfeguido.github.io/icons/apple-touch-icon.png"
},
"url": "https://solfeguido.github.io/"
},
"mainEntityOfPage": {
"@type": "WebSite",
"@id": "https://solfeguido.github.io/"
}
}
</script>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@reuixiy" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="MemE is a powerful and highly customizable GoHugo theme for personal blogs." />
<meta property="og:url" content="https://solfeguido.github.io/404.html" />
<meta property="og:site_name" content="SolfeGuido" />
<meta property="og:locale" content="en-US" /><meta property="og:image" content="https://solfeguido.github.io/icons/apple-touch-icon.png" />
<meta property="og:type" content="website" />
</head>
<body>
<div class="container">
<main class="fof">
<div class="main-inner">
<h1>404 Page NOT Found.</h1>
<div class="fof-footer">
<a href="/">Take Me Home</a>
</div>
</div>
</main>
</div>
</body>
</html>