From 5c6419987783b42ab6071b378ad788b9b0ee06a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=A4rtschi?= Date: Sat, 22 Feb 2025 23:24:30 +0100 Subject: [PATCH] some formatting --- src/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 1a1f189..39bca31 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -11,7 +11,11 @@ app.use(logger()); app.use('/static/*', serveStatic({ root: './' })); app.get("/", c => { - return c.html(
); + return c.html( + +
+
+ ); }); app.get("/accounts", c => {