Files
docker-hello-world/index.html
2026-03-14 20:02:05 +08:00

13 lines
271 B
HTML

<!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>