diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-05 13:58:13 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-05 13:58:13 +0100 |
commit | 01d9bbae7b484758fcc7266b285ff99a7c1d1cde (patch) | |
tree | a90401270f345022d81fd3c9bb76e6e1507d36ec /play.html | |
parent | 7b3aee84638017760f9ec2779e3d513a35be2cc1 (diff) | |
download | votes-for-women-01d9bbae7b484758fcc7266b285ff99a7c1d1cde.tar.gz |
us states and regions
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,6 +11,7 @@ <link rel="stylesheet" href="/common/client.css"> <script defer src="/common/client.js"></script> <script defer src="cards.js"></script> +<script defer src="data.js"></script> <script defer src="play.js"></script> <style> @@ -889,9 +890,9 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35 <div id="West" class="region" style="top:273px;left:99px;width:55px;height:55px;"></div> <div id="Plains" class="region" style="top:203px;left:374px;"></div> <div id="South" class="region" style="top:473px;left:541px;"></div> - <div id="MidWest" class="region" style="top:266px;left:579px;"></div> + <div id="Midwest" class="region" style="top:266px;left:579px;"></div> <div id="AtlanticAppalachia" class="region" style="top:333px;left:764px;"></div> - <div id="NorthEast" class="region" style="top:158px;left:881px;"></div> + <div id="Northeast" class="region" style="top:158px;left:881px;"></div> <div id="turn" class="piece turn" style="left:800px;top:765px;"></div> <div class="piece congress" style="left:500px;top:765px;"></div> |