diff --git a/pages/index.js b/pages/index.js new file mode 100644 index 0000000..fc42828 --- /dev/null +++ b/pages/index.js @@ -0,0 +1,8 @@ +export default function Home() { + return ( +
+

Welcome to Next.js!

+

This is the starter homepage.

+
+ ); +} \ No newline at end of file