Update index.html
parent
3b7992c6f7
commit
b3ef508755
|
@ -12,14 +12,15 @@
|
|||
<div id="title">
|
||||
<h1>Nintendo Switch Payload Loader</h1>
|
||||
<p>Fusee Launcher ported to JavaScript using WebUSB.</p>
|
||||
</div>
|
||||
<div id="disclaimer">
|
||||
<div id="disclaimer">
|
||||
<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!).
|
||||
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!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="btn" id="instructionsbutton" onclick="openInstructions();">Instructions</button>
|
||||
<button class="btn" id="infobutton" onclick="openInfo();">Info</button>
|
||||
|
||||
|
|
Loading…
Reference in New Issue