feat: add client_web (leptos impl. for 'multiplayer' project)

This commit is contained in:
Henri Bourcereau 2026-03-25 16:18:17 +01:00
parent 0b06c62fd9
commit 6c94f00746
15 changed files with 1661 additions and 9 deletions

View file

@ -0,0 +1,9 @@
/* Trictrac web client — placeholder styles */
body {
font-family: sans-serif;
display: flex;
justify-content: center;
background: #f4f0e8;
margin: 0;
padding: 1rem;
}