diff options
| author | Ahmed <git@gumx.cc> | 2026-06-14 18:58:26 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-14 18:58:26 +0300 |
| commit | 1dd99e3ddd41f63a31715031cbabbd0aa53a1849 (patch) | |
| tree | d2853eb9e3c729436efed25668c55ad4a9d618ff | |
| parent | 38a1e1ea2801d0a4c7b3b5d3547ee1f87cefc136 (diff) | |
fix: footer in mailing list page
| -rw-r--r-- | mail.gumx.cc/list/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail.gumx.cc/list/index.html b/mail.gumx.cc/list/index.html index 4bec0e1..8048fe9 100644 --- a/mail.gumx.cc/list/index.html +++ b/mail.gumx.cc/list/index.html @@ -44,12 +44,14 @@ a { color: inherit; } </main> <footer> <hr> -<a href="https://gumx.cc">gumx.cc</a> / +<a href="https://twt.gumx.cc">twt</a> / <a href="https://git.gumx.cc">git</a> / <a href="https://mail.gumx.cc">mail</a> / <a href="https://irc.gumx.cc">irc</a> / +<a href="https://files.gumx.cc">files</a> / <a href="https://vpn.gumx.cc">vpn</a> / <a href="https://pgp.gumx.cc">pgp</a> / +<a href="https://demo.gumx.cc">demo</a> / <a href="https://wk.fo">wk.fo</a> </footer> </body> |
