diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-27 19:47:23 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-27 19:47:23 -0400 |
| commit | 600e21fa5c4e232f135b7728b111f6268f95a71f (patch) | |
| tree | 7cc2ab46b8039b4b5fb0a07a798e1a90d9b7784e /src/pages/join | |
| parent | 13b2ec0cd728ea55e393806c0032e24bc11ed9f5 (diff) | |
write a crappy little cgi program for form processing
Diffstat (limited to '')
| -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 f519bb1..9f5b08a 100644 --- a/src/pages/join/index.html +++ b/src/pages/join/index.html @@ -46,7 +46,7 @@ join <!--: replace body --> <main> - <form> + <form action="submit"> <header> <h2>Join the club.</h2> <p class="subtle">Required fields are marked with an asterisk.</p> |
