import type { NextPage } from 'next' import Head from 'next/head' import styles from '../styles/Home.module.css' const Home: NextPage = () => { return (
wych.dev

wych.dev

A very cool website

) } export default Home