kubernetes/Traefik-labs/nginx/czerwona/index.html
2022-03-27 08:11:20 +02:00

16 lines
223 B
HTML

<html>
<head><title>STRONA CZERWONA NGINX</title>
<style>
html {
font-size: 500.0%;
}
div {
text-align: center;
}
</style>
</head>
<body>
<div>STRONA CZERWONA NGINX !</div>
</body>
</html>