diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-25 12:22:52 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-25 12:22:52 +0800 |
commit | a0dd4aa0610cd9922fc2243f2c91f6220f592742 (patch) | |
tree | 46afdacd6fd99e63cd9a2bb098d9df761aa3c264 | |
parent | ad9b5e149170c6b87692539b4149c70776da0495 (diff) | |
download | www-a0dd4aa0610cd9922fc2243f2c91f6220f592742.tar.gz |
fcm
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html index 470fd05..6415b1d 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,11 @@ <ul> <li><a href="https://www.andrewyu.org">Home</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://project.andrewyu.org" class="alert">Projects</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">Library</a></li> + <li><a href="https://fcm.andrewyu.org" class="alert">FCM</a></li> </ul> </div> <div id="main"> |