diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-18 08:36:57 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-18 08:36:57 +0800 |
commit | 75b4d0965c1e105e9020cfda60198a28433f488e (patch) | |
tree | 2a12306a1c892f70d571ea373ae1e75ab89c10fe | |
parent | 4f10729ae864d72dc717c19319a0c31b19d6e163 (diff) | |
download | www-75b4d0965c1e105e9020cfda60198a28433f488e.tar.gz |
Add the site link in the navigation bar
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 5be88f8..f9c86f1 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,10 @@ <h1>Runxi Yu</h1> <nav> <ul> + <li><a href="https://runxiyu.org/">WWW</a> (<a href="https://www.andrewyu.org/">Old</a>)</li> <li><a href="https://git.runxiyu.org/">Git</a></li> <li><a href="https://git.runxiyu.org/runxiyu/current/philo.git/plain">Docs</a></li> <li><a href="./microblog">Microblog</a></li> - <li><a href="https://www.andrewyu.org/">Old Site</a></li> <li><a href="https://irc.runxiyu.org/">IRC</a></li> </ul> </nav> |