1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-20 23:42:01 +02:00

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

This commit is contained in:
lifehackerhansol
2023-04-13 15:25:37 +00:00
parent 9913bcaf78
commit 2e48c47098
13 changed files with 62 additions and 62 deletions

View File

@@ -485,16 +485,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">
@@ -594,7 +594,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>