Files
MeteoRedisMongoTest/templates/ping.html
2025-07-17 12:21:03 +02:00

12 lines
192 B
HTML

<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<title>Ping status</title>
</head>
<body>
<h1>Status: OK</h1>
<p>Serwer działa poprawnie.</p>
</body>
</html>