diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-17 11:46:52 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-17 11:46:52 +0000 |
commit | 8fc3e7d5c390dbcba822275dbe9d1086ee1abdbd (patch) | |
tree | 83a2b2c54a6d6efd7f5abf154405df17daebeb60 /srv/http | |
parent | 25eb4974c343e9f3517360cfa901225fb634258b (diff) |
update
Diffstat (limited to 'srv/http')
-rw-r--r-- | srv/http/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/srv/http/index.html b/srv/http/index.html index 25e03964..ed195f80 100644 --- a/srv/http/index.html +++ b/srv/http/index.html @@ -5,7 +5,13 @@ </head> <body> -<a href="https://git.flylightning.xyz">https://git.flylightning.xyz</a> +<p>My pgp fingerprint: FDA389A17B94BCE0E2FA3D71842BFD347BE06812</p> + +<p>My public git repositories:</p> +<ul> + <li>Issues and pull requests: <a href="https://codeberg.org/flyxyz123">https://codeberg.org/flyxyz123</a></li> + <li>Mirror: <a href="https://git.flylightning.xyz">https://git.flylightning.xyz</a></li> +</ul> </body> </html> |