From d3a6cf9540d650059f47fdb96aaf1b4e38bce090 Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 5 Jun 2026 11:55:17 +0300 Subject: [PATCH] style: add some style 5 (modal form) --- index.html | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++ send-form.php | 32 +++++++++ 2 files changed, 215 insertions(+) create mode 100644 send-form.php diff --git a/index.html b/index.html index ea8b11a..9427e49 100644 --- a/index.html +++ b/index.html @@ -664,6 +664,189 @@ + + + + + + + + + + + + diff --git a/send-form.php b/send-form.php new file mode 100644 index 0000000..0029ac4 --- /dev/null +++ b/send-form.php @@ -0,0 +1,32 @@ + "success"]); + } else { + echo json_encode(["status" => "error"]); + } +} else { + http_response_code(403); + echo "Доступ запрещён"; +} +?> \ No newline at end of file