From 606fe529ceb2ccef64e8366b0328c1fd72f9ea70 Mon Sep 17 00:00:00 2001 From: takuma-hmng8 Date: 2023年12月25日 19:57:04 +0900 Subject: [PATCH] demo site --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 27f63c8d..26ab629f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -18,7 +18,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - +
{children}

AltStyle によって変換されたページ (->オリジナル) /

);