aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.js
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-18 14:03:32 +0530
committerreal-zephex <[email protected]>2024-03-18 14:03:32 +0530
commitb1f4f412059760d85f531c3d6e2ee626c9002d28 (patch)
treedbbb23233b9388170d52fb67de6c5f48a16c30d7 /src/app/page.js
parentfixed a minor bug (diff)
downloaddramalama-b1f4f412059760d85f531c3d6e2ee626c9002d28.tar.xz
dramalama-b1f4f412059760d85f531c3d6e2ee626c9002d28.zip
fixes: change the file extension to .jsx and fixed the video player sizes for tablets
Diffstat (limited to 'src/app/page.js')
-rw-r--r--src/app/page.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/app/page.js b/src/app/page.js
deleted file mode 100644
index 03a1035..0000000
--- a/src/app/page.js
+++ /dev/null
@@ -1,21 +0,0 @@
-import Image from "next/image";
-import styles from "./page.module.css";
-
-export default function Home() {
- return (
- <main className={styles.main}>
- <div className={styles.welcomeContainer}>
- <Image
- src="/logo.png"
- width={300}
- height={300}
- alt="Logo"
- ></Image>
- <p>
- Welcome to dramalama. An online service where you can watch
- kdramas and anime for free.
- </p>
- </div>
- </main>
- );
-}