diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-27 17:38:47 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-27 17:38:47 -0400 |
| commit | 13b2ec0cd728ea55e393806c0032e24bc11ed9f5 (patch) | |
| tree | 7b02132a119e44f99c645eed605be1a00a4d348d | |
| parent | 72b848847f12de1dd3bcd628c7d24213f088d0d6 (diff) | |
switch method to GET
| -rw-r--r-- | src/pages/join/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/join/index.html b/src/pages/join/index.html index 6677f89..f519bb1 100644 --- a/src/pages/join/index.html +++ b/src/pages/join/index.html @@ -46,7 +46,7 @@ join <!--: replace body --> <main> - <form action="#" method="post"> + <form> <header> <h2>Join the club.</h2> <p class="subtle">Required fields are marked with an asterisk.</p> |
