summaryrefslogtreecommitdiff
path: root/srv/http/master/index.html
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-27 05:37:51 +0000
committerXiao Pan <gky44px1999@gmail.com>2023-12-27 05:37:51 +0000
commit93f75254dd4bd5276a7cc4f6571e899215e70afd (patch)
treebcd6f7a2336ad947b97b01b49b6a17c378c148fd /srv/http/master/index.html
parent0dbdc9a6227aa0bf3435b333dc53ac27bea81d49 (diff)
I want to try to seperate homepage with mirror.flylightning.xyz. Other common practices for /srv/http alternatives are /srv/www and /var/www. If I use /srv/http/www then it kinda mix the meaning with other /srv/http alternative practices. I think /srv/http/master maybe a better name.
Diffstat (limited to 'srv/http/master/index.html')
-rw-r--r--srv/http/master/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/srv/http/master/index.html b/srv/http/master/index.html
new file mode 100644
index 00000000..1c311b00
--- /dev/null
+++ b/srv/http/master/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.asc">https://flylightning.xyz/pub_pgp_key.asc</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>