diff --git a/public/index.html b/public/index.html index 3d3078d..a886d2a 100644 --- a/public/index.html +++ b/public/index.html @@ -25,10 +25,6 @@

BlueBookmark

-
- - -
diff --git a/src/page.ts b/src/page.ts index 816d405..fd77d3a 100644 --- a/src/page.ts +++ b/src/page.ts @@ -2,7 +2,7 @@ import { createMiddleware } from 'hono/factory'; import { html } from 'hono/html'; const tokenResult = (token: string) => html` - + `; const errorResult = (error: string) => html`