aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-28 21:54:53 -0800
committerclarkzjw <[email protected]>2023-02-28 22:34:04 -0800
commite0a69eb031316ae145f1c40319bceb8ec520ad44 (patch)
tree6f436581b4c29b61ba4d82e09a7eecdc4f73fb24 /404.html
parent6a77e4e0494e14fdbe1cb7847d2880132714d568 (diff)
downloadphoto-e0a69eb031316ae145f1c40319bceb8ec520ad44.tar.gz
init project structure
Diffstat (limited to '404.html')
-rw-r--r--404.html20
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="/">&leftarrow;</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>
Powered by cgit v1.2.3 (git 2.41.0)