From c73ced4dfb0cf3e335eaf0e5dfdd47e785fc624d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:52:18 +0200 Subject: feat: add contact.php placeholder for form handling --- static/contact.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 static/contact.php (limited to 'static') diff --git a/static/contact.php b/static/contact.php new file mode 100644 index 0000000..ddd3fe1 --- /dev/null +++ b/static/contact.php @@ -0,0 +1,11 @@ + 'Contact form handler not implemented']); +} +?> -- cgit v1.2.3