diff options
author | clarkzjw <[email protected]> | 2023-02-28 21:54:53 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 22:34:04 -0800 |
commit | e0a69eb031316ae145f1c40319bceb8ec520ad44 (patch) | |
tree | 6f436581b4c29b61ba4d82e09a7eecdc4f73fb24 /404.html | |
parent | 6a77e4e0494e14fdbe1cb7847d2880132714d568 (diff) | |
download | photo-e0a69eb031316ae145f1c40319bceb8ec520ad44.tar.gz |
init project structure
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> | ||