From e847fc254f4581eb3413c9e17560e69ef403e10c Mon Sep 17 00:00:00 2001
From: badbl0cks <4161747+badbl0cks@users.noreply.github.com>
Date: Fri, 27 Feb 2026 09:23:18 -0800
Subject: [PATCH] Fix script and style tags being outside the fragment (and
thus rendering before tag)
---
src/pages/contact.astro | 234 ++++++++++++++++++++--------------------
1 file changed, 118 insertions(+), 116 deletions(-)
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index 00b5dfb..28106ec 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -26,124 +26,126 @@ const phoneValue = pickValue("phone");
const msgValue = pickValue("msg");
---
-
-
Contact
+
+
+
+
Contact
{