forked from cloudback/cloudback.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
30 lines (19 loc) · 649 Bytes
/
404.html
File metadata and controls
30 lines (19 loc) · 649 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page not found | Cloudback</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/book.min.de41e9442d23b7b3b3365e5c9a081326aabcb7ac51bd3d30782cc02bc9f1ad8f.css" integrity="sha256-3kHpRC0jt7OzNl5cmggTJqq8t6xRvT0weCzAK8nxrY8=">
<script src="/docs.js"></script>
</head>
<body>
<main class="flex justify-center">
<div>
<h1>404 Not Found</h1>
<a href="/">Go Home</a>
</div>
</main>
</body>
</html>