playing around initial framework

This commit is contained in:
talksik
2021-05-26 19:50:45 +04:00
parent 113ed4fa55
commit 1639a14b52
6 changed files with 75 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function Home() {
return <div>aasdfas</div>;
}
+2 -2
View File
@@ -1,4 +1,4 @@
import Head from 'next/head'
import Head from 'next/head';
export default function Home() {
return (
@@ -205,5 +205,5 @@ export default function Home() {
}
`}</style>
</div>
)
);
}