diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-09-17 05:06:17 +0200 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:22 +0800 |
commit | 05e1195b636e8c9537440aa260b0f5cc4bbfcf7e (patch) | |
tree | 0776700c2fcec3e4fc656f0097ae739c90591d0a /index.html | |
parent | 5aedb04204725c10c628061caace1a4ade9e164e (diff) | |
download | www-05e1195b636e8c9537440aa260b0f5cc4bbfcf7e.tar.gz |
*: Fix broken ``contact'' links and link to it in index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html index b7efa95..d19aa6a 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,8 @@ <ul> <li><a href="https://www.andrewyu.org/">My Personal Website</a></li> <li><a href="https://www.andrewyu.org/article/">Personal Articles</a></li> - <li><a href="https://git.andrewyu.org/">Git</a></li> + <li><a href="https://www.andrewyu.org/contact.html">Contact</a></li> + <li><a href="https://git.andrewyu.org/">Git (Cgit WWW frontend)</a></li> <li><a href="https://evosaur.andrewyu.org/">The Evosaur Project</a></li> <li><a href="https://ykps.andrewyu.org/">Unofficial YK Pao School Activities Site</a></li> <li><a href="https://learn.tuxiversity.org/">Tuxiversity (Unmaintained, please help)</a></li> |