feat: 完成了index页面

This commit is contained in:
Osborne
2025-12-08 21:08:02 +08:00
parent fba85e3282
commit 55551c7c77

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HEllO</title>
</head>
<body>
Hello, world!
</body>
</html>