getpgdata: замена Flask на Node.js (Express + pg) приложение для доступа к PostgreSQL

This commit is contained in:
naeel
2026-08-18 18:14:33 +04:00
parent 5c5e11c5a8
commit b061dcd774
16 changed files with 1379 additions and 439 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ошибка <%= code %></title>
<link rel="stylesheet" href="/public/style.css">
</head>
<body>
<header><h1>Ошибка <%= code %></h1></header>
<main>
<p class="error"><%= message %></p>
<p><a href="/">← На главную</a></p>
</main>
</body>
</html>