This repository was archived by the owner on Mar 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path404.html
73 lines (63 loc) · 3.41 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="apple-touch-icon" sizes="57x57" href="https://dgraph.io/assets/images/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://dgraph.io/assets/images/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://dgraph.io/assets/images/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://dgraph.io/assets/images/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://dgraph.io/assets/images/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://dgraph.io/assets/images/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://dgraph.io/assets/images/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://dgraph.io/assets/images/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://dgraph.io/assets/images/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://dgraph.io/assets/images/favicons/android-icon-192x192.png">
<link rel="manifest" href="https://dgraph.io/assets/images/favicons/manifest.json">
<link rel="icon" type="image/png" sizes="32x32" href="https://dgraph.io/assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://dgraph.io/assets/images/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://dgraph.io/assets/images/faviconsfavicon-16x16.png">
<link rel="shortcut icon" href="https://dgraph.io/assets/images/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://dgraph.io/assets/images/faviconsms-icon-144x144.png">
<meta name="msapplication-config" content="https://dgraph.io/assets/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>404 Page not found</title>
<link href="https://dgraph.io/tour/dgraph-20.03.3/css/nucleus.css" rel="stylesheet">
<link href="https://dgraph.io/tour/dgraph-20.03.3/css/font-awesome.min.css" rel="stylesheet">
<link href="https://dgraph.io/tour/dgraph-20.03.3/css/hybrid.css" rel="stylesheet">
<link href="https://dgraph.io/tour/dgraph-20.03.3/css/featherlight.min.css" rel="stylesheet">
<link href="https://dgraph.io/tour/dgraph-20.03.3/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="https://dgraph.io/tour/dgraph-20.03.3/css/theme.css" rel="stylesheet">
<link href="https://dgraph.io/tour/dgraph-20.03.3/css/hugo-theme.css" rel="stylesheet">
<style type="text/css">
:root #header + #content > #left > #rlblock_left {
display: none !important;
}
p,
li,
ul {
text-align: center
}
ul {
list-style-type: none;
}
</style>
</head>
<body>
<section id="body" style="margin-left:0px;">
<div id="overlay"></div>
<div id="chapter">
<div id="body-inner">
<h1>Error</h1>
<p></p>
<p>Woops. Looks like this page doesn't exist.</p>
<p></p>
<p><a href="https://dgraph.io/tour/dgraph-20.03.3">Go to homepage</a></p>
<p>
<img src="https://dgraph.io/tour/dgraph-20.03.3/images/gopher-404.jpg" style="width:50%"></img>
</p>
</div>
</div>
</section>
</body>
</html>