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 => {