From 371459c40e01b899fa2d027434aab33c418e9297 Mon Sep 17 00:00:00 2001 From: Geoffroy Lesage Date: Thu, 5 Dec 2024 23:38:40 +1100 Subject: [PATCH] configure head --- web/routes/index.tsx | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/web/routes/index.tsx b/web/routes/index.tsx index 21a298b..fc7fcb6 100644 --- a/web/routes/index.tsx +++ b/web/routes/index.tsx @@ -1,9 +1,23 @@ +import { Head } from "$fresh/runtime.ts"; + export default function Home() { return ( -
-
-

App builder

+ <> + + + EVY App builder + + + + +
+
+

App builder

+
-
+ ); }