diff options
author | clarkzjw <[email protected]> | 2023-03-01 19:14:59 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-01 20:21:47 -0800 |
commit | 375c0d2544b20124a8cf497819006e01cd217225 (patch) | |
tree | 8984bf464561722f33dd15f60a7872ff1aa71912 /site/404.html | |
parent | f87fef5388ca419f79c4750810e302cedfc310f5 (diff) | |
download | photo-375c0d2544b20124a8cf497819006e01cd217225.tar.gz |
host photos.json on cloudflare r2
Diffstat (limited to 'site/404.html')
-rw-r--r-- | site/404.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/site/404.html b/site/404.html new file mode 100644 index 0000000..3b25d38 --- /dev/null +++ b/site/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> | ||