Skip to content

Commit e4e59bb

Browse files
committed
lesson-1
1 parent 9d4b4ff commit e4e59bb

File tree

1 file changed

+4
-57
lines changed

1 file changed

+4
-57
lines changed

pages/index.js

Lines changed: 4 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,10 @@ import styles from '../styles/Home.module.css'
33

44
export default function Home() {
55
return (
6-
<div className={styles.container}>
7-
<Head>
8-
<title>Create Next App</title>
9-
<link rel="icon" href="/favicon.ico" />
10-
</Head>
11-
12-
<main className={styles.main}>
13-
<h1 className={styles.title}>
14-
Welcome to <a href="https://nextjs.org">Next.js!</a>
15-
</h1>
16-
17-
<p className={styles.description}>
18-
Get started by editing{' '}
19-
<code className={styles.code}>pages/index.js</code>
20-
</p>
21-
22-
<div className={styles.grid}>
23-
<a href="https://nextjs.org/docs" className={styles.card}>
24-
<h3>Documentation &rarr;</h3>
25-
<p>Find in-depth information about Next.js features and API.</p>
26-
</a>
27-
28-
<a href="https://nextjs.org/learn" className={styles.card}>
29-
<h3>Learn &rarr;</h3>
30-
<p>Learn about Next.js in an interactive course with quizzes!</p>
31-
</a>
32-
33-
<a
34-
href="https://github.com/vercel/next.js/tree/master/examples"
35-
className={styles.card}
36-
>
37-
<h3>Examples &rarr;</h3>
38-
<p>Discover and deploy boilerplate example Next.js projects.</p>
39-
</a>
40-
41-
<a
42-
href="https://vercel.com/import?filter=next.js&utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
43-
className={styles.card}
44-
>
45-
<h3>Deploy &rarr;</h3>
46-
<p>
47-
Instantly deploy your Next.js site to a public URL with Vercel.
48-
</p>
49-
</a>
50-
</div>
51-
</main>
52-
53-
<footer className={styles.footer}>
54-
<a
55-
href="https://vercel.com?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
56-
target="_blank"
57-
rel="noopener noreferrer"
58-
>
59-
Powered by{' '}
60-
<img src="/vercel.svg" alt="Vercel Logo" className={styles.logo} />
61-
</a>
62-
</footer>
6+
<div>
7+
<h1>Homepage</h1>
8+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus animi impedit suscipit architecto, odio inventore nostrum non neque dicta. Quam magni accusantium culpa distinctio tempore iure accusamus, dolorem nobis odit.</p>
9+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus animi impedit suscipit architecto, odio inventore nostrum non neque dicta. Quam magni accusantium culpa distinctio tempore iure accusamus, dolorem nobis odit.</p>
6310
</div>
6411
)
6512
}

0 commit comments

Comments
 (0)