From 7a9bf27fa988c7a2514b75c907fa1804b7cbcdf4 Mon Sep 17 00:00:00 2001 From: Kenny Reyes Date: Fri, 8 Nov 2024 11:56:19 +0800 Subject: [PATCH] chore: Update email form action URL --- index.html | 2 +- mail.php => pages/mail.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mail.php => pages/mail.php (100%) diff --git a/index.html b/index.html index 8a5c064..e4648bd 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -
+
diff --git a/mail.php b/pages/mail.php similarity index 100% rename from mail.php rename to pages/mail.php