Skip to content

Commit

Permalink
new choose your seeds stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBlNET13 authored Mar 25, 2024
1 parent a4f9c28 commit 03cfb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@
<div class="title"></div>
<div id="dPCard"></div>
<div class="bTitle">
<input class="button" onclick="ResetSelectCard()" type="button" value="re-election" name="btnReset" id="btnReset" style="color:#FC6">
<input class="button" onclick="oS.ScrollBack(LetsGO)" type="button" value="go to war!" disabled="disabled" name="btnOK" id="btnOK" style="color:#888">
<input class="button" onclick="ResetSelectCard()" type="button" value="Clear" name="btnReset" id="btnReset" style="color:#FC6">
<input class="button" onclick="oS.ScrollBack(LetsGO)" type="button" value="Let's Rock!" disabled="disabled" name="btnOK" id="btnOK" style="color:#888">
</div>
</div>
<div id="dTop">
Expand Down Expand Up @@ -405,4 +405,4 @@

</body>

</html>
</html>

0 comments on commit 03cfb85

Please sign in to comment.