fixes: cleanup things and added a title on every page
This commit is contained in:
parent
a1a896daf2
commit
9e431e9c6c
9 changed files with 36 additions and 38 deletions
|
|
@ -79,7 +79,7 @@ function pongClient(
|
|||
_url: string,
|
||||
_args: RouteHandlerParams,
|
||||
): RouteHandlerReturn {
|
||||
setTitle("Pong Game Page");
|
||||
setTitle("Pong Game");
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
let game_req_join = urlParams.get("game");
|
||||
// todo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue