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

+
-
+ ); }