From ffdeab097f90bc9a96695e0eeba1bfc881f99fa2 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 | 237 ++++++++++++++++++++--------------------
1 file changed, 121 insertions(+), 116 deletions(-)
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index 00b5dfb..3368d8c 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -26,124 +26,129 @@ const phoneValue = pickValue("phone");
const msgValue = pickValue("msg");
---
-
-
Contact
+
+
+
+
+
Contact
{