diff --git a/index.html b/index.html index d7ef81d..a564e18 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,15 @@
+ + {state.game.header.WhitePretty}{" "} + + {state.game.header.WhiteElo ?? "????"} + +
+ + {state.game.header.BlackPretty}{" "} + + {state.game.header.BlackElo ?? "????"} + +
{state.game.header.Event}
Round {state.game.header.Round}
+ + + {state.game.header.Site?.replace(/^https:\/\//, "")} + + +
{state.game.header.DatePretty}
+ {state.game.getPosition(0).turn === "w" ? "White" : "Black"} to move. +