first commit

This commit is contained in:
root
2025-07-17 12:21:03 +02:00
commit 792f209207
10 changed files with 887 additions and 0 deletions

11
templates/ping.html Normal file
View File

@ -0,0 +1,11 @@
<!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>