Update index.html
parent
3b7992c6f7
commit
b3ef508755
|
@ -12,14 +12,15 @@
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h1>Nintendo Switch Payload Loader</h1>
|
<h1>Nintendo Switch Payload Loader</h1>
|
||||||
<p>Fusee Launcher ported to JavaScript using WebUSB.</p>
|
<p>Fusee Launcher ported to JavaScript using WebUSB.</p>
|
||||||
</div>
|
<div id="disclaimer">
|
||||||
<div id="disclaimer">
|
|
||||||
<p>
|
<p>
|
||||||
Source can be found on <a href="https://github.com/ElijahZAwesome/web-cfw-loader/">GitHub</a> (or by hitting view source, there is no backend!).
|
Source can be found on <a href="https://github.com/ElijahZAwesome/web-cfw-loader/">GitHub</a> (or by hitting view source, there is no backend!).
|
||||||
Ported from <a href="https://github.com/reswitched/fusee-launcher">fusee-launcher</a>.
|
Ported from <a href="https://github.com/reswitched/fusee-launcher">fusee-launcher</a>.
|
||||||
Thanks to ktemkin and ReSwitched for Fusée Gelée and a ton of other things!
|
Thanks to ktemkin and ReSwitched for Fusée Gelée and a ton of other things!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<button class="btn" id="instructionsbutton" onclick="openInstructions();">Instructions</button>
|
<button class="btn" id="instructionsbutton" onclick="openInstructions();">Instructions</button>
|
||||||
<button class="btn" id="infobutton" onclick="openInfo();">Info</button>
|
<button class="btn" id="infobutton" onclick="openInfo();">Info</button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue