Files
portfolio/pease-portfolio/src/app/about-me/page.js
T
npease 5f17514770
Vercel Preview Deployment / Deploy-Preview (push) Failing after 1m15s
Add files
2024-10-08 18:45:04 -04:00

8 lines
178 B
JavaScript

export default function Page(){
return (
<div className="pl-[2%] w-[96%]">
<span className="text-[40px] font-bold">About Me</span>
</div>
)
}