diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-12 21:00:48 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-12 21:00:48 +0800 |
commit | 9f43d241448c270834b4ece35a23a6b82fbfb2db (patch) | |
tree | 5dddff15577b98d7592d09f5f1bf41b6c39adb8c | |
parent | 9303464ce7a8d4312405c1af3d3756a32d45b8d1 (diff) | |
download | www-9f43d241448c270834b4ece35a23a6b82fbfb2db.tar.gz |
s/Random/Public/
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index 8866307..e8bdf3b 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ <dl> <dt>Public projects code on the Web</dt><dd><a href="https://project.andrewyu.org">https://projects.andrewyu.org</a></dd> <dt>Git bare repos for public projects</dt><dd><a href="https://git.andrewyu.org">https://git.andrewyu.org</a></dd> - <dt>My personal blog</dt><dd><a href="https://blog.andrewyu.org">https://www.andrewyu.org/blog</a></dd> - <dt>Random storage space</dt><dd><a href="https://www.andrewyu.org/pub">https://www.andrewyu.org/pub</a></dd> + <dt>My personal blog</dt><dd><a href="https://blog.andrewyu.org">https://blog.andrewyu.org</a></dd> + <dt>Public file storage space</dt><dd><a href="https://www.andrewyu.org/pub">https://www.andrewyu.org/pub</a></dd> <dt>Private file storage space</dt><dd><a href="https://lib.andrewyu.org">https://lib.andrewyu.org</a></dd> </dl> <p>Note: Some of these sites are unpopulated. Some of these sites look ugly. Some of these sites don't exist yet. This is, again, a new server, I'm probably going to fix that sooner or later. If you still find it empty in a while, please tell me about that.</p> |