From ac31a7d9d43d3dcaa37906569dcb8eaf8429b3bf Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 29 Jun 2021 21:11:25 +0300 Subject: Initial commit --- pages/index.tsx | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 pages/index.tsx (limited to 'pages/index.tsx') diff --git a/pages/index.tsx b/pages/index.tsx new file mode 100644 index 0000000..08145bb --- /dev/null +++ b/pages/index.tsx @@ -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.3