1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 03:09:53 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@abe4f29aea 🚀

This commit is contained in:
lifehackerhansol
2023-04-13 09:58:41 +00:00
parent 7282425ef5
commit 9913bcaf78
14 changed files with 71 additions and 63 deletions

View File

@@ -486,16 +486,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@@ -595,7 +595,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>