Remove ReiNX/Fusee, Update Warning, Add link to Guide
parent
3e42e972d1
commit
0f62c72812
11
index.html
11
index.html
|
@ -64,7 +64,7 @@
|
|||
</div>
|
||||
|
||||
<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 class="alert alert-warning alert-dismissible" role="alert">
|
||||
|
@ -97,6 +97,11 @@
|
|||
<li id="liLaunch">If all goes well, the payload will launch!</li>
|
||||
</ul>
|
||||
</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">
|
||||
<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>
|
||||
|
@ -115,8 +120,6 @@
|
|||
|
||||
<div class="col-xs-6">
|
||||
<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="uploaded" id="optionUpload" >Upload payload</option>
|
||||
</select>
|
||||
|
@ -161,8 +164,6 @@
|
|||
|
||||
|
||||
<script src="./payloads/hekate.js"></script>
|
||||
<script src="./payloads/reinx.js"></script>
|
||||
<script src="./payloads/fusee-primary.js"></script>
|
||||
<script src="./main.js"></script>
|
||||
</body>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue