diff --git a/pkg/client/src/routes/index.tsx b/pkg/client/src/routes/index.tsx index a92f761..0a68309 100644 --- a/pkg/client/src/routes/index.tsx +++ b/pkg/client/src/routes/index.tsx @@ -3,38 +3,44 @@ import { A } from "@solidjs/router"; export default () => { const randomTablePath = `/t/abcd`; return ( -
- This website is a real-time multiplayer platform for playing - card games online. -
-- Games happen at tables. A table is any url of - the form{" "} - - games.drm.dev/t/ - * - -
-- Go to the same one as your friend and you will find them there! -
-- If you have a table key in mind (the part after /t/), then plug - it in to your URL bar! Or, here's a couple links to random - tables: -
-- With no one in it:{" "} - - https://www.games.drm.dev{randomTablePath} - -
-+ This website is a real-time multiplayer platform for playing card + games online. +
++ Games happen at tables. A table is any url of the + form{" "} + + games.drm.dev/t/ + * + +
+Go to the same one as your friend and you will find them there!
++ If you have a table key in mind (the part after /t/), then plug it in + to your URL bar! Or, here's a couple links to random tables: +
++ With no one in it:{" "} + + https://www.games.drm.dev{randomTablePath} + +
+