-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
58 lines (37 loc) · 1.37 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404</title>
<meta name="title" content="404 Page not found" />
<meta name="description" content="" />
<meta name="keywords" content="blog,emacs," />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://umarahmad.xyz/404.html" />
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="">
<meta name="referrer" content="no-referrer-when-downgrade" />
<link crossorigin="anonymous" href="/main.min.css" rel="preload stylesheet">
</head>
<body>
<header><a href="/" class="title">
<h2>Umar Ahmad</h2>
</a>
<nav><a href="/">Blog</a>
<a href="/about">About</a>
</nav>
</header>
<main>
<h1>404</h1>
<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
</main>
<footer><small>Copyright(c) - Umar Ahmad. Under GPL or CC BY-SA</small>
</footer>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "71b7fde8b0a14726b3fe6fa23f7c7e20"}'></script>
</body>
</html>