-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path404.html
More file actions
57 lines (57 loc) · 2.08 KB
/
Copy path404.html
File metadata and controls
57 lines (57 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ukriu!</title>
<link rel="stylesheet" type="text/css" href="res/style.css">
<!-- Primary Meta Tags -->
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="title" content="ukriu!404">
<meta name="description" content="This page doesn't exist!">
<meta name="theme-color" content="#000000">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="ukriu!404">
<meta property="og:description" content="This page doesn't exist!">
<meta property="og:url" content="https://ukriu.com">
<meta property="og:image" content="https://ukriu.com/res/media/pfp.png">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<!-- Preload media -->
<link rel="preload" as="image" href="media/bg.gif" type="image/gif">
</head>
<body>
<header>
<h1>ukriu!</h1>
<p>making myself suffer since ����</p>
<hr>
</header>
<main class="content" id="content">
<div class="content">
<br>
<p>Error 404.
<br>Content not found.
</p>
</div>
</main>
<footer>
<p style="text-align:center;">
<a href="https://ukriu.com">
Click here to go back to the homepage...
</a>
</p>
<hr>
<div id="container">
<div id="left">
<a class="link">this page is very non existsnt</a>
</div>
<div id="right">
<a class="link">so silent</a>
</div>
</div>
</footer>
</body>
</html>