aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/home/index.tsx
blob: c29a1ca55ab27a4259a5d42fcdec25524353bd32 (plain)
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&apos;m working on this...</div>
      <div className="home-page-2">
        Have a look at <a href="/crupest">here</a>!
      </div>
    </>
  );
}