Update index.html

pull/1/merge
Elijah Bansley 2018-05-17 23:46:02 -05:00 committed by GitHub
parent 3b7992c6f7
commit b3ef508755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,6 @@
<div id="title">
<h1>Nintendo Switch Payload Loader</h1>
<p>Fusee Launcher ported to JavaScript using WebUSB.</p>
</div>
<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!).
@ -20,6 +19,8 @@
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>