From b5cb7ed055c90938672f29d18fe258c88df06c56 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 21 Aug 2021 11:17:33 -0400 Subject: Another wipe --- pages/index.js | 65 ---------------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 pages/index.js (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js deleted file mode 100644 index a1c3a78..0000000 --- a/pages/index.js +++ /dev/null @@ -1,65 +0,0 @@ -import Head from 'next/head' -import styles from '../styles/Home.module.css' - -export default function Home() { - return ( -
- - Create Next App - - - -
-

- Welcome to alee14.me -

- -

- 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