Initial commit

This commit is contained in:
xiaomai
2025-09-10 23:25:58 +08:00
commit 449b5d5f20

9
index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>最简略的网页</title>
</head>
<body>
<p>啥都没有</p>
</body>
</html>