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

11
client_web/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Trictrac</title>
<link data-trunk rel="rust" />
<link data-trunk rel="css" href="assets/style.css" />
</head>
<body></body>
</html>