diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-03-12 00:52:27 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-12 00:52:27 +0100 |
commit | 5ae5a8e06e77e5e43f1c8b073c9a386652abccd7 (patch) | |
tree | 47e2200df1dd3af31b14867434e997ca14d86dc9 /play.html | |
parent | 56871d01a90bfa23e6f959b69c1d751c6b2903ea (diff) | |
download | land-and-freedom-5ae5a8e06e77e5e43f1c8b073c9a386652abccd7.tar.gz |
Show fascist test front with new token. Show front status with card.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ <link rel="stylesheet" href="/common/client.css"> <link rel="stylesheet" href="play.css"> <script defer src="/common/client.js"></script> +<script>var exports = {}</script> +<script defer src="data.js"></script> <script defer src="play.js"></script> </head> <body> |