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