Compare commits

...

2 Commits

Author SHA1 Message Date
5c139e83f5 update home text
Some checks failed
Build / build (push) Has been cancelled
2025-04-03 13:21:58 +02:00
3fc41e6fc4 fix width 2025-04-03 13:21:29 +02:00
2 changed files with 6 additions and 3 deletions

View File

@ -49,6 +49,7 @@ 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,12 +9,14 @@ export default function App() {
<> <>
hi, hi,
<br /> <br />
<br /> thanks for stopping by. <br /> how nice of you to stop by.
<br /> <br />
<br /> this is still a work in progress, so it's a little sparse. <br /> this cute little site is my own little playground. my own corner of
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 /> naresh. <br /> &mdash; naresh
</> </>
); );
} }