Skip to content

Commit 99dc00b

Browse files
save file
1 parent 567a2f6 commit 99dc00b

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

html/404/404.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
2+
3+
<!DOCTYPE html>
4+
5+
<html lang=en>
6+
7+
<head>
8+
<meta charset=utf-8>
9+
10+
<title>
11+
404 Page Not Found
12+
</title>
13+
14+
<base href='https://ext-code.com/html/404/404.html'>
15+
<link rel="canonical" href="https://ext-code.com/html/404/404.html">
16+
17+
<meta name=viewport content='width=device-width, initial-scale=1'>
18+
<link rel='shortcut icon' type='image/x-icon' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAcCAMAAABBJv+bAAAAQlBMVEVHcEwyODg0ODkzNzgxNzc0ODk0ODkzODgzODgzNzgyNzgzODg0ODkzODgyNzgzODgzODgzODk0ODk0ODkyNzg0ODmObyvDAAAAFXRSTlMABvaSDbPHe15GL5u9hRxvO6rn2VJXM6DpAAAAxElEQVQoz71TyRbDIAh0Ie6J2fz/Xy3Y2pDktZ5aTiODCAMK0QxAPoFsgNk0JrMEQmEwyU5ndt4K2khQEzLhdNeQTznCWREegNEOOe18fRO8i6ooz+gRw1k9gMkyo/E9zY5yKMX+ihbLq8mjFB5N4UepYLGRmdM7OnLlpYtJXWQQkFCIpHcpfBVpCxeRV/KuodHzmfaNxuTmlpxmoEzc5bs0rnGdQQZeybWxRX6Vxf5rJJ116CxTZxX5Isf7Ive+wadP9AAuFg97y3bd7gAAAABJRU5ErkJggg=='>
19+
20+
<style>
21+
22+
html
23+
{height:100%}
24+
25+
body
26+
{ font-family:arial;line-height:24px;height:calc(100% - 16px);
27+
display:flex;flex-direction:column;align-items:center;gap:20px;
28+
}
29+
30+
#p404
31+
{font-size:24px}
32+
33+
</style>
34+
35+
<script>
36+
37+
var url = {url};
38+
39+
</script>
40+
41+
</head>
42+
43+
44+
45+
<body>
46+
47+
48+
<div>
49+
<a href='/'>
50+
home
51+
</a>
52+
</div>
53+
54+
<div id=p404>
55+
404 : Page Not Found
56+
</div>
57+
58+
<div>
59+
Apologies, that page is not found
60+
</div>
61+
62+
<div id=url></div>
63+
64+
</body>
65+
66+
67+
</html>
68+

0 commit comments

Comments
 (0)