project setup
This commit is contained in:
12
src/pages/index.tsx
Normal file
12
src/pages/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Head from "next/head";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>pihkaal</title>
|
||||
</Head>
|
||||
<main></main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user