feat: add client_web (leptos impl. for 'multiplayer' project)
This commit is contained in:
parent
0b06c62fd9
commit
6c94f00746
15 changed files with 1661 additions and 9 deletions
9
client_web/assets/style.css
Normal file
9
client_web/assets/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue