summaryrefslogtreecommitdiff
path: root/src/routes/contact
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/contact')
-rw-r--r--src/routes/contact/index.svelte8
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>
+
+