From b3986a0f300240b41e69b8471c369f6ccfae4c38 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 4 Dec 2023 21:03:55 -0500 Subject: [PATCH] Add variants of v2 and v3 --- template/index-v2.html | 36 ++++++++++++++++++++++++++ template/{index.html => index-v3.html} | 0 2 files changed, 36 insertions(+) create mode 100644 template/index-v2.html rename template/{index.html => index-v3.html} (100%) diff --git a/template/index-v2.html b/template/index-v2.html new file mode 100644 index 0000000..bd0b493 --- /dev/null +++ b/template/index-v2.html @@ -0,0 +1,36 @@ + + + + + + Simple Form with reCAPTCHA + + + + + + +
+
+ + +
+ +
+ + +
+ + +
+ + + +
+ + + diff --git a/template/index.html b/template/index-v3.html similarity index 100% rename from template/index.html rename to template/index-v3.html