diff options
Diffstat (limited to 'srv/http/index.html')
-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> |