diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-07-31 11:58:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-07-31 11:58:05 +0200 |
commit | e97bf1e0134d5622d7d20865505f37cdc8c57bdd (patch) | |
tree | fd593fcc92672526459920b5acb4e758d2cdd909 /play.html | |
parent | b928cb05174c0d790a6b926bdb1dd16f28d96b16 (diff) | |
download | plantagenet-e97bf1e0134d5622d7d20865505f37cdc8c57bdd.tar.gz |
Add link to readme notes from main menu.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -21,15 +21,14 @@ <details> <summary><img src="/images/cog.svg"></summary> <menu> + <li><a target="_blanK" href="/plantagenet/info/notes.html">Read me!</a> + <li class="separator"> <li><a target="_blanK" href="/plantagenet/info/rulebook.html">Rules of Play</a> <li><a target="_blanK" href="/plantagenet/info/playbook.html">Background Book</a> <li><a target="_blanK" href="/plantagenet/info/charts.html">Reference Sheets</a> - <li><a target="_blanK" href="/plantagenet/info/aow.html">Arts of War</a> - <li><a target="_blanK" href="/plantagenet/info/lords.html">Lords</a> - <li class="debug" onclick="send_save()">🐞 Save - <li class="debug" onclick="send_restore()">🐞 Restore - <li class="debug" onclick="send_restart()">⚠ Restart - <li class="debug separator"> + <li class="separator"> + <li><a target="_blanK" href="/plantagenet/info/aow.html">Arts of War Cards</a> + <li><a target="_blanK" href="/plantagenet/info/lords.html">Lord Cards</a> </menu> </details> <button onclick="toggle_seats()"><img src="images/shield.svg"></button> |