diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..3b25d38 --- /dev/null +++ b/404.html | |||
@@ -0,0 +1,20 @@ | |||
1 | <!doctype html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"> | ||
5 | <meta content="text/html; charset=utf-8" http-equiv="content-type"> | ||
6 | <meta content="@clarkzjw" property="og:title"> | ||
7 | <meta content="https://pixel.jinwei.me" property="og:url"> | ||
8 | <title>404</title> | ||
9 | </head> | ||
10 | <body> | ||
11 | <main> | ||
12 | <h1 class="h1"> | ||
13 | 404<span class="blink">|</span> | ||
14 | </h1> | ||
15 | <a href="/">←</a> | ||
16 | </main> | ||
17 | <link href="/assets/new.css" rel="stylesheet" type="text/css"> | ||
18 | <link href="https://fonts.googleapis.com/css?family=Cousine&display=swap" rel="stylesheet"> | ||
19 | </body> | ||
20 | </html> | ||