-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
186 lines (133 loc) · 4.48 KB
/
Copy path404.html
File metadata and controls
186 lines (133 loc) · 4.48 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.78.2" />
<title>404 Page not found · LittleSnack</title>
<meta name="description" content="" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="Uno Snack al giorno toglie il medico di torno.">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Uno Snack al giorno toglie il medico di torno."/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Uno Snack al giorno toglie il medico di torno." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://littlesnack.xyz/404.html" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type":"Person",
"@id": "https://littlesnack.xyz#author",
"name": "Luca Merendino",
"image": {
"@type":"ImageObject",
},
"description": "Uno Snack al giorno toglie il medico di torno."
},
{
"@type": "WebSite",
"@id": "https://littlesnack.xyz#website",
"url": "https://littlesnack.xyz",
"name": "LittleSnack",
"description": "Uno Snack al giorno toglie il medico di torno.",
"publisher": {
"@id": "https://littlesnack.xyz#author"
},
"inLanguage": "en"
},
{
"@type": "WebPage",
"@id": "https://littlesnack.xyz/404.html#webpage",
"url": "https://littlesnack.xyz/404.html",
"name": "404 Page not found",
"isPartOf": {
"@id": "https://littlesnack.xyz#website"
},
"about": {
"@id": "https://littlesnack.xyz#author"
},
"description": "Uno Snack al giorno toglie il medico di torno.",
"inLanguage": "en",
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://littlesnack.xyz/404.html"
]
}
]
}
]
}
</script>
<link type="text/css"
rel="stylesheet"
href="/css/print.css"
media="print">
<link type="text/css"
rel="stylesheet"
href="/css/poole.css">
<link type="text/css"
rel="stylesheet"
href="/css/hyde.css">
<link type="text/css" rel="stylesheet" href="/css/blog.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"
integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk="
crossorigin="anonymous" />
<link rel="apple-touch-icon-precomposed"
sizes="144x144"
href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
</head>
<body>
<aside class="sidebar">
<div class="container">
<div class="sidebar-about">
<div class="author-image">
<a href="https://littlesnack.xyz"><img src="/images/profile.png" class="img-circle img-headshot center" alt="Profile Picture"></a>
</div>
<h1><a href="https://littlesnack.xyz">LittleSnack</a></h1>
<p class="lead">Uno Snack al giorno toglie il medico di torno.</p>
</div>
<nav>
<ul class="sidebar-nav">
<hr class="button-line">
<li>
<a href="/posts/">CRONOLOGIA SNACK</a>
<hr class="button-line">
</li><li>
<a href="/about/">CHI SONO</a>
<hr class="button-line">
</li>
</ul>
</nav>
</div>
</aside>
<main class="content container">
<h1>Page not found</h1>
<p class="lead">
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
<a href="https://littlesnack.xyz">Head back home</a>.
</p>
</main>
<footer>
<div>
<p>
© 2021
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js"
integrity="sha256-MAgcygDRahs+F/Nk5Vz387whB4kSK9NXlDN3w58LLq0="
crossorigin="anonymous"></script>
<script src="/js/jquery.min.js"></script>
<script src="/js/soho.js"></script>
</body>
</html>