diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-25 16:50:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-30 21:59:25 +0200 |
commit | 1e2e2ea3bb68031e7924c080e77ff26c3a5fb039 (patch) | |
tree | a08dcaae431034126991e58d41cbb365a3be385c /play.html | |
parent | e5221e217c951815a1be0a70048d4b45d8a69d7d (diff) | |
download | friedrich-1e2e2ea3bb68031e7924c080e77ff26c3a5fb039.tar.gz |
rotate clock of fate with other player panels
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,14 +101,14 @@ </div> </div> -</div> - <div id="clock_of_fate_panel" class="panel"> <div id="clock_of_fate_header" class="panel_header">Clock of Fate</div> <div id="clock_of_fate" class="panel_body"> </div> </div> +</div> + </main> <footer id="status"></footer> |