Compare commits
No commits in common. "5c139e83f5e2f14163f86287990f12386e42a176" and "b1422269bb3125cf0d803b1ab396bb3521983f5c" have entirely different histories.
5c139e83f5
...
b1422269bb
@ -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}
|
||||||
>
|
>
|
||||||
|
@ -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 /> — naresh
|
<br /> naresh.
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user