Files
Weather-App/templates/ping.html

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>