diff --git a/src/components/layouts.tsx b/src/components/layouts.tsx index 53bafdb..4631735 100644 --- a/src/components/layouts.tsx +++ b/src/components/layouts.tsx @@ -56,6 +56,8 @@ export const AppMessageBox: FC<

{props.title}

-
{props.children}
+
+
{props.children}
+
); diff --git a/src/routes/html.tsx b/src/routes/html.tsx index 69e971a..ca3ae1d 100644 --- a/src/routes/html.tsx +++ b/src/routes/html.tsx @@ -5,7 +5,7 @@ */ import { Hono } from 'hono'; import { Input } from '../components/inputs'; -import { AppLayout } from '../components/layouts'; +import { AppLayout, AppMessageBox } from '../components/layouts'; const app = new Hono<{ Bindings: CloudflareBindings }>(); @@ -43,7 +43,18 @@ app.get('/', (c) => {
-
+
+ +
    +
  1. 左のフォームに必要な情報を入力してください。
  2. +
  3. + リポジトリがPrivateなら、事前に attakei + にRead権限を付与してください。 +
  4. +
  5. 「URL生成」ボタンをクリックしてください。
  6. +
+
+