From 09f5813252335f44c8dbd52e02902c9958a09ae5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 21 Oct 2022 15:32:26 +0000 Subject: Restarting development --- pages/index.js | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 pages/index.js (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js new file mode 100644 index 0000000..dc4b640 --- /dev/null +++ b/pages/index.js @@ -0,0 +1,69 @@ +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 + + + + +
+

+ 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. +

+
+
+
+ + +
+ ) +} -- cgit v1.2.3