From ce051cd1dc4a5187c0fde8e3be51b8ca67c4d6fb Mon Sep 17 00:00:00 2001 From: yezian Date: Wed, 4 Dec 2024 15:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/app/page.jsx b/app/page.jsx index a697084..7f49c43 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,5 +1,23 @@ import React from "react"; export default function Home() { - return
; + return ( +
+ +
+ ); }