-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
21 lines (21 loc) · 894 Bytes
/
404.html
File metadata and controls
21 lines (21 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>404</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="404">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kirbycu.be/">
<meta property="og:title" content="zzz">
<meta property="og:description" content="I sleep">
<meta property="og:image" content="Sleep_Kirby.gif" />
<meta property="og:image:width" content="32" />
<meta property="og:image:height" content="23" />
<link rel="icon" href="sleepy.gif" type="image/gif">
<link rel="stylesheet" type="text/css" href="h.css">
</head>
<body>
<a href="what" class="blink noselect no"> 404 </a>
<div class="mid"><a href="sleepy.gif" download="sleepy.gif"><img src="sleepy.gif"></img></a></div>
</body>
</html>