-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
38 lines (36 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not found :(</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="404.css">
<link rel="icon" type="image/x-icon" href="Favicon.ico">
<meta name="title" content="DingleDangleDoff.gay">
<meta name="robots" content="noindex,follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="8 days">
<meta name="author" content="DingleDangleDoff">
<meta property="og:title" content=DingleDangleDoff.gay>
<meta property="og:site_name" content=DingleDangleDoff.gay>
<meta property="og:url" content=DingleDangleDoff.gay>
<meta property="og:description" content="404 Error">
<meta property="og:type" content=website>
<meta property="og:image" content=https://dingledangledoff.gay/DoffGoDoot.png>
<meta name="theme-color" content="#9400ff">
</head>
<body>
<div class="stars" id="stars-container"></div>
<div class="errorpage">
<h1>404</h1>
<h2>Not found</h2>
<p>Looks like this page does not exist. Have a doot instead or click <a href="/">here</a> to go back</p>
<div class="errordoot">
<img id="Image" src="DoffGoDoot.png">
</div>
</div>
<script src="script.js"></script>
</body>
</html>