2025-09-18-10-45

This commit is contained in:
2025-09-18 10:45:37 +08:00
parent 09c6bb2a0d
commit dc0ffce3c0
4 changed files with 9 additions and 211 deletions

View File

@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Learn Languages",
description: "A Website to learn languages",
};
export default function RootLayout({

View File

@@ -8,9 +8,12 @@ function Link(
export default function Home() {
return (
<div className="w-[500px] m-auto mt-[100px] h-[300px]">
<div className="w-80 m-auto mt-[100px]">
<h1 className="mb-8 text-4xl font-bold"></h1>
<Link href="/srt-player" label="srt-player"></Link>
<Link href="/word-board" label="word-board"></Link>
<p className="mt-8">srt-player: 一个基于srt字幕文件的逐句视频播放器使</p>
<p>word-board: 一个板式单词记忆工具</p>
</div>
);
}