diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-27 05:10:02 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-27 05:10:02 +0000 |
commit | 96473d3dae7afa612ba6d44e933d3405cb80dac7 (patch) | |
tree | f10dee1e00fc6be7fb7fb2edc3005b39077aaae6 /srv/http/www | |
parent | 082b421debcf93db5354a46e2d9ef3b41d2f8497 (diff) |
If nginx config `root /srv/http`, then files in /srv/http/mirrors can be accessed via https://flylightning.xyz/mirrors/archlinux/fly/os/any/fly-any.files, not ideal
Diffstat (limited to 'srv/http/www')
-rw-r--r-- | srv/http/www/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/srv/http/www/index.html b/srv/http/www/index.html new file mode 100644 index 00000000..bbcf2b1a --- /dev/null +++ b/srv/http/www/index.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> +<head> +<title>flylightning's homepage</title> +</head> +<body> + +<p>My email: <a href="mailto:gky44px1999@gmail.com">gky44px1999@gmail.com</a></p> + +<p>My public PGP key: <a href="https://flylightning.xyz/pub_pgp_key">https://flylightning.xyz/pub_pgp_key</a></p> +<ul> + <li>PGP fingerprint: FDA389A17B94BCE0E2FA3D71842BFD347BE06812</li> +</ul> + +<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> |