add WS client in frontend, start work on play website

This commit is contained in:
2026-02-25 19:57:11 +01:00
parent 2e65f0011f
commit 3f4ea57ee1
8 changed files with 88 additions and 6 deletions
+2
View File
@@ -12,4 +12,6 @@
<body>
<h1>logged in</h1>
<p>hi, {{ current_user.username }}!</p>
<a href="{{ url_for('main.play') }}" class="link-button">Play Chess</a>
</body>
</html>