mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-04-26 12:33:31 +00:00
Remove ReiNX/Fusee, Update Warning, Add link to Guide
This commit is contained in:
parent
3e42e972d1
commit
0f62c72812
11
index.html
11
index.html
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert">
|
||||||
<p id="dangerBroken">Warning: It seems like some update to WebUSB might have broken this implementation.</p>
|
<p>Warning: It seems like some update to WebUSB might have broken this implementation.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-warning alert-dismissible" role="alert">
|
<div class="alert alert-warning alert-dismissible" role="alert">
|
||||||
@ -97,6 +97,11 @@
|
|||||||
<li id="liLaunch">If all goes well, the payload will launch!</li>
|
<li id="liLaunch">If all goes well, the payload will launch!</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="alert alert-info" role="alert">
|
||||||
|
<p>Switch Hacking Guide: <strong><a href="https://guide.teamatlasnx.com">CLICK HERE</a></strong></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
<p id="labelContribute">If you would like to help adding another translation or updating/adding a payload, check <a href="https://github.com/AtlasNX/web-cfw-loader/blob/master/CONTRIBUTING.md">this</a>.</p>
|
<p id="labelContribute">If you would like to help adding another translation or updating/adding a payload, check <a href="https://github.com/AtlasNX/web-cfw-loader/blob/master/CONTRIBUTING.md">this</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
@ -115,8 +120,6 @@
|
|||||||
|
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
||||||
<option value="atmosphere" id="optionAtmosphere" >Atmosphère</option>
|
|
||||||
<option value="ReiNX" id="optionReiNX" >ReiNX</option>
|
|
||||||
<option value="CTCaer_Hekate" id="optionCTCaerHekate" >Hekate</option>
|
<option value="CTCaer_Hekate" id="optionCTCaerHekate" >Hekate</option>
|
||||||
<option value="uploaded" id="optionUpload" >Upload payload</option>
|
<option value="uploaded" id="optionUpload" >Upload payload</option>
|
||||||
</select>
|
</select>
|
||||||
@ -161,8 +164,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<script src="./payloads/hekate.js"></script>
|
<script src="./payloads/hekate.js"></script>
|
||||||
<script src="./payloads/reinx.js"></script>
|
|
||||||
<script src="./payloads/fusee-primary.js"></script>
|
|
||||||
<script src="./main.js"></script>
|
<script src="./main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user