some formatting
All checks were successful
Docker / build (push) Successful in 32s

This commit is contained in:
Robin Bärtschi 2025-02-22 23:24:30 +01:00
parent 777d4a53ce
commit 5c64199877

View File

@ -11,7 +11,11 @@ app.use(logger());
app.use('/static/*', serveStatic({ root: './' })); app.use('/static/*', serveStatic({ root: './' }));
app.get("/", c => { app.get("/", c => {
return c.html(<BaseDocument title='Main Page - RoBaertschi'><Main></Main></BaseDocument>); return c.html(
<BaseDocument title='Main Page - RoBaertschi'>
<Main></Main>
</BaseDocument>
);
}); });
app.get("/accounts", c => { app.get("/accounts", c => {