diff options
| author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-27 15:40:14 -0600 |
|---|---|---|
| committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-27 15:40:14 -0600 |
| commit | f0d8562b7ba671fa6dd60867c542be3ed52758bf (patch) | |
| tree | 562f57661d90684e52417351fa63e9622276d589 /src/routes/contact | |
| parent | a78b1e23aa089d58e0ab654a050558c004603443 (diff) | |
| download | mistymountainstherapy-f0d8562b7ba671fa6dd60867c542be3ed52758bf.tar.gz mistymountainstherapy-f0d8562b7ba671fa6dd60867c542be3ed52758bf.zip | |
Add more static routes; setup for contact form HCAPTCHA
Diffstat (limited to 'src/routes/contact')
| -rw-r--r-- | src/routes/contact/index.svelte | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/routes/contact/index.svelte b/src/routes/contact/index.svelte new file mode 100644 index 0000000..cbedec9 --- /dev/null +++ b/src/routes/contact/index.svelte @@ -0,0 +1,8 @@ +<main> + <div class="h-captcha" data-sitekey={import.meta.env.VITE_HCAPTCHA_KEY}></div> + + + <script src="https://js.hcaptcha.com/1/api.js" async defer></script> +</main> + + |
