diff --git a/front/pages/index.js b/front/pages/index.js deleted file mode 100644 index 5787b11..0000000 --- a/front/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 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. -

-
-
-
- - -
- ) -} diff --git a/front/pages/game.tsx b/front/pages/index.tsx similarity index 100% rename from front/pages/game.tsx rename to front/pages/index.tsx diff --git a/front/public/favicon.ico b/front/public/favicon.ico deleted file mode 100644 index 4965832..0000000 Binary files a/front/public/favicon.ico and /dev/null differ diff --git a/front/public/vercel.svg b/front/public/vercel.svg deleted file mode 100644 index fbf0e25..0000000 --- a/front/public/vercel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - \ No newline at end of file