Compare commits

..

No commits in common. "5c139e83f5e2f14163f86287990f12386e42a176" and "b1422269bb3125cf0d803b1ab396bb3521983f5c" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -49,7 +49,6 @@ export default function RootLayout({
marginTop: "2rem", marginTop: "2rem",
textAlign: "center", textAlign: "center",
color: "#888", color: "#888",
maxWidth: "80vw",
}} }}
className={bodyFont.className} className={bodyFont.className}
> >

View File

@ -9,14 +9,12 @@ export default function App() {
<> <>
hi, hi,
<br /> <br />
<br /> how nice of you to stop by. <br /> thanks for stopping by.
<br /> <br />
<br /> this cute little site is my own little playground. my own corner of <br /> this is still a work in progress, so it's a little sparse.
the web for me to share and show off.
<br /> <br />
<br /> feel free to poke around and see what you find.
<br /> <br />
<br /> &mdash; naresh <br /> naresh.
</> </>
); );
} }