Update index.html

This commit is contained in:
Kyle
2020-01-11 10:56:14 -08:00
parent 4de705d0aa
commit 68238375ab

View File

@@ -130,13 +130,14 @@
<div class="paragraph indent">
Click on one of the following buttons to load the described image frame set:
</div>
<button onclick="changeVersionTo('m15')" class="button">M15</button>
<button onclick="changeVersionTo('m15extras')" class="button">M15 Extras</button><br><br>
<button onclick="changeVersionTo('planeswalker')" class="button">Planeswalker</button><br><br>
<button onclick="changeVersionTo('expedition')" class="button">Expeditions</button><br><br>
<button onclick="changeVersionTo('future')" class="button">Future Shifted</button><br><br>
<button onclick="changeVersionTo('unhinged')" class="button">Unhinged Basics</button><br><br>
<button onclick="changeVersionTo('seventh')" class="button">Seventh Edition</button><br><br>
<button onclick="changeVersionTo('moreMasks')" class="button">More Masks</button>
<button onclick="changeVersionTo('expedition')" class="button">Expeditions</button>
<button onclick="changeVersionTo('planeswalker')" class="button">Planeswalker</button>
<button onclick="changeVersionTo('future')" class="button">Future Shifted</button>
<button onclick="changeVersionTo('unhinged')" class="button">Unhinged Basics</button>
<button onclick="changeVersionTo('seventh')" class="button">Seventh Edition</button>
<button onclick="changeVersionTo('m15extras')" class="button">M15 Extras</button>
<div class="bar"></div>
<input type="checkbox" class="checkbox" id="inputCheckboxHideFrames" checked onchange="toggleFrameOptionVisibility()">Hide unrelated frames<br>
</div>