diff options
Diffstat (limited to 'frontend/src/routes/Home.tsx')
| -rw-r--r-- | frontend/src/routes/Home.tsx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/frontend/src/routes/Home.tsx b/frontend/src/routes/Home.tsx index a448ffa..62d66b5 100644 --- a/frontend/src/routes/Home.tsx +++ b/frontend/src/routes/Home.tsx @@ -1,7 +1,15 @@ +import { Link } from 'react-router-dom'; + export default function Home() { return ( <div> - <h1>Home</h1> + <h1>Albatross.swift</h1> + <p> + iOSDC 2024 + </p> + <p> + <Link to="/login/">Login</Link> + </p> </div> ); }; |
