aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.js
diff options
context:
space:
mode:
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>
- );
-}