diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-15 12:56:16 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-15 12:56:16 +0800 |
commit | 92fd3d0d5a32ace5f9275a90196ad169c5b43eb7 (patch) | |
tree | 32f88016451fadf241a79b241138f405784f3b15 /index.html | |
parent | 9a8eeb06817ea2eb014c3b258779df31c2da1f03 (diff) | |
download | www-92fd3d0d5a32ace5f9275a90196ad169c5b43eb7.tar.gz |
the blog is WIP
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index 3defb2a..3b1cded 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@ <div id="nav"> <ul> <li><a href="https://www.andrewyu.org">Home</a></li> - <li><a href="https://blog.andrewyu.org">Blog</a></li> + <li><a href="https://blog.andrewyu.org">Blog (WIP)</a></li> <li><a href="https://project.andrewyu.org"><span class="alert">Projects</span></a></li> <li><a href="https://git.andrewyu.org">Git</a></li> <li><a href="https://pub.andrewyu.org">Users</a></li> - <li><a href="https://lib.andrewyu.org">Files</a></li> + <li><a href="https://lib.andrewyu.org">Library</a></li> </ul> </div> <div id="main"> |