1 2 3 4 5 6 7 8 9 10 11 12
import "./index.css"; export default function HomePage() { return ( <> <div className="home-page">Be patient! I'm working on this...</div> <div className="home-page-2"> Have a look at <a href="/crupest">here</a>! </div> </> ); }