diff options
Diffstat (limited to 'FrontEnd/src/pages/home/index.tsx')
-rw-r--r-- | FrontEnd/src/pages/home/index.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/home/index.tsx b/FrontEnd/src/pages/home/index.tsx index 76a3d18c..c29a1ca5 100644 --- a/FrontEnd/src/pages/home/index.tsx +++ b/FrontEnd/src/pages/home/index.tsx @@ -2,6 +2,11 @@ import "./index.css"; export default function HomePage() { return ( - <div className="home-page">Be patient! I'm working on this...</div> + <> + <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> + </> ); } |