From 17d45a625ae06800f9f36ddc304e53ad1740dcf3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 11 Feb 2022 19:00:26 -0500 Subject: First progress --- pages/index.js | 68 +++++++++------------------------------------------------- 1 file changed, 10 insertions(+), 58 deletions(-) (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js index dc4b640..b0c6cff 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,69 +1,21 @@ import Head from 'next/head' -import Image from 'next/image' import styles from '../styles/Home.module.css' export default function Home() { return ( -
+
- Create Next App - + Andrew Lee + - -
-

- Welcome to Next.js! -

- -

- Get started by editing{' '} - pages/index.js -

- -
- -

Documentation →

-

Find in-depth information about Next.js features and API.

-
- - -

Learn →

-

Learn about Next.js in an interactive course with quizzes!

-
- - -

Examples →

-

Discover and deploy boilerplate example Next.js projects.

-
- - -

Deploy →

-

- Instantly deploy your Next.js site to a public URL with Vercel. -

-
-
-
- - +
+
+

+ Welcome to Next.js! +

+
+
) } -- cgit v1.2.3