From 41bd1fce38cf394a5e739362f609ebe1918d3277 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Mon, 8 Sep 2025 21:29:19 -0400 Subject: [PATCH] add brainmade logo --- pkg/client/src/routes/index.tsx | 72 ++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 33 deletions(-) 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 ( -
-

Welcome to games.drm.dev!

-

- 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} - -

-
+ <> +
+

Welcome to games.drm.dev!

+

+ 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} + +

+
+ + + + ); };