getpgdata: замена Flask на Node.js (Express + pg) приложение для доступа к PostgreSQL
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user