diff options
| author | Jomar Milan <jomarm@jomarm.com> | 2026-06-09 17:15:24 -0700 |
|---|---|---|
| committer | Jomar Milan <jomarm@jomarm.com> | 2026-06-09 17:15:24 -0700 |
| commit | acf5e40d02a25a6e99ef23ef61aca8cd261de9d3 (patch) | |
| tree | eb7da2b27e8a47ac1005ded7a0d70f5579ab635b /templates/session.html | |
| parent | 27e1ef1ad8d7d834054b750708343378ce9e9ec5 (diff) | |
Add player hand display in browser
Diffstat (limited to 'templates/session.html')
| -rw-r--r-- | templates/session.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/session.html b/templates/session.html index 122c80b..d0b6ddd 100644 --- a/templates/session.html +++ b/templates/session.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <title>{{session.steam_name}}'s game</title> <script id="session-script" data-id="{{id}}" src="/dist/session.js" defer></script> + <link href="/dist/session.css" rel="stylesheet" type="text/css"> </head> <body> <h1>{{session.steam_name}}'s game</h1> @@ -15,5 +16,7 @@ <hr> </select> </form> +<h2>Hand</h2> +<div id="hand"></div> </body> </html>
\ No newline at end of file |
