We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fb1f8 commit 6c66626Copy full SHA for 6c66626
404.html
@@ -0,0 +1,26 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Page Not Found</title>
7
+ <style>
8
+ body {
9
+ font-family: Arial, sans-serif;
10
+ text-align: center;
11
+ padding: 50px;
12
+ }
13
+ h1 {
14
+ font-size: 2em;
15
16
+ p {
17
+ font-size: 1.2em;
18
19
+ </style>
20
+</head>
21
+<body>
22
+ <h1>404 - Page Not Found</h1>
23
+ <p>The page you are looking for does not exist.</p>
24
+ <p><a href="https://robot-shadow.cn">Back to Home</a></p>
25
+</body>
26
+</html>
0 commit comments