Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicMC-Studios authored Nov 11, 2024
1 parent ea5cce2 commit 0ce4b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<em>Book</em><br/>
<button click='show = toggle(show);' class="lay">
<b if="show">Polycarp</b>
<span else="show">Polycarp</span>
<span if="!show">Polycarp</span>
</button>
<button click='show = toggle(show);' class="lay">
<b else="show">1 Ignatius</b>
<b if="!show">1 Ignatius</b>
<span if="show">1 Ignatius</span>
</button>

Expand Down

0 comments on commit 0ce4b38

Please sign in to comment.