diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-10 08:08:59 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-10 08:08:59 +0000 |
commit | 5abb40c5be90e5257cdfae51c165f00c5398f32c (patch) | |
tree | 40a115444d89d6f6c82b854c185790686d0bdb95 /srv/http/master/index.html | |
parent | 673c18cbf2c80de0aa5aa03b24cd026cf742412b (diff) |
starting to move studio website to ca, now moving configs
Diffstat (limited to 'srv/http/master/index.html')
-rw-r--r-- | srv/http/master/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/srv/http/master/index.html b/srv/http/master/index.html new file mode 100644 index 00000000..88de2a03 --- /dev/null +++ b/srv/http/master/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html> +<head> +<title>flylightning's homepage</title> +</head> +<body> + +<p>My email: <a href="mailto:xyz@flylightning.xyz">xyz@flylightning.xyz</a></p> +<ul> + <li>Old email: <a href="mailto:gky44px1999@gmail.com">gky44px1999@gmail.com</a></li> +</ul> + +<p>My public PGP key: <a href="https://flylightning.xyz/pub_pgp_key.asc">https://flylightning.xyz/pub_pgp_key.asc</a></p> +<ul> + <li>PGP fingerprint: FDA389A17B94BCE0E2FA3D71842BFD347BE06812</li> +</ul> + +<p>My public ssh key: <a href="https://flylightning.xyz/pub_ssh_key.txt">https://flylightning.xyz/pub_ssh_key.txt</a></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> + <li>Archive: <a href="https://github.com/flyxyz123">https://github.com/flyxyz123</a></li> +</ul> + +<p>My Linux custom repositories: <a href="https://mirrors.flylightning.xyz">https://mirrors.flylightning.xyz</a></p> + +</body> +</html> |