添加 index.html

This commit is contained in:
2026-05-15 00:15:35 +08:00
commit 1e874e8271

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My test page</title>
</head>
<body>
<img src="images/firefox-icon.png" alt="My test image" />
</body>
</html>