summaryrefslogtreecommitdiff
path: root/srv/http/www/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/www/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/www/index.html')
-rw-r--r--srv/http/www/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/srv/http/www/index.html b/srv/http/www/index.html
deleted file mode 100644
index 1c311b00..00000000
--- a/srv/http/www/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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>