From 13389ea45aa284ebc13ff0571fa6b64a50fc9c2b Mon Sep 17 00:00:00 2001 From: iorin-io Date: Mon, 11 Mar 2024 16:53:28 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BF=AE=E4=B8=AD=E3=82=92=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 91 +----------------------------------------------- 1 file changed, 1 insertion(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2c63a49..b5731d4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,94 +2,5 @@ import Image from "next/image"; import styles from "./page.module.css"; export default function Home() { - return ( -
-
-

- Get started by editing  - src/app/page.tsx -

-
- - By{" "} - Vercel Logo - -
-
- -
- Next.js Logo -
- -
- -

- Docs -> -

-

Find in-depth information about Next.js features and API.

-
- - -

- Learn -> -

-

Learn about Next.js in an interactive course with quizzes!

-
- - -

- Templates -> -

-

Explore starter templates for Next.js.

-
- - -

- Deploy -> -

-

- Instantly deploy your Next.js site to a shareable URL with Vercel. -

-
-
-
- ); + return
改修中です!
; }