This commit is contained in:
2026-03-14 20:02:05 +08:00
commit 2c0bf6b36a
5 changed files with 75 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>hello-world</title>
</head>
<body>
<h1>Hello, World!</h1>
<p>Served from a multi-arch container image.</p>
</body>
</html>