diff --git a/client/src/app/page.tsx b/client/src/app/page.tsx
index 16e9484..ff491a6 100644
--- a/client/src/app/page.tsx
+++ b/client/src/app/page.tsx
@@ -1,3 +1,81 @@
+import { IconRefresh } from "@tabler/icons-react";
+
export default function Home() {
- return
Homepage
;
+ return (
+
+
+
+ Public games{" "}
+
+
+
+
+
+
+
+
+ | Host |
+ Opponent |
+ |
+
+
+
+ {/*
+ | (empty) |
+ |
+ |
+
*/}
+
+ | sample user |
+ nize |
+
+
+ |
+
+
+ {/* invisible last row to set max column widths */}
+
+ | WPlaceholder_Text |
+ WPlaceholder_Text |
+
+
+ |
+
+
+
+
+
+
+
Join from invite
+
+
or
+
+
Create game
+
+
+
+
+
+
+
+
+
+
+ );
}