Initial commit
This commit is contained in:
12
download-frontend/app/page.tsx
Normal file
12
download-frontend/app/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Image from "next/image";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="flex min-h-screen items-center justify-center bg-zinc-50 font-sans dark:bg-black">
|
||||
<main className="flex min-h-screen w-full max-w-3xl flex-col items-center justify-start py-32 px-16 bg-white dark:bg-black sm:items-start">
|
||||
<p className="text-center">YouTube Video Downloader</p>
|
||||
<input className="border-1"/>
|
||||
</main>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user