From d1d59e5b53ceaf77e731555ab5f0a9148e6a7d93 Mon Sep 17 00:00:00 2001 From: Michal Sapka Date: Thu, 4 Aug 2022 21:58:50 +0200 Subject: feat: add tailwind --- pages/index.tsx | 64 +++------------------------------------------------------ 1 file changed, 3 insertions(+), 61 deletions(-) (limited to 'pages') diff --git a/pages/index.tsx b/pages/index.tsx index 86b5b3b5..b984cae5 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -5,67 +5,9 @@ import styles from '../styles/Home.module.css' const Home: NextPage = () => { return ( -
- - Create Next App - - - - -
-

- Welcome to Next.js! -

- -

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

- -
- -

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

-
-
-
- - -
+

+ Hello world! +

) } -- cgit v1.2.3