Update index.html

This commit is contained in:
Elijah Bansley 2018-05-17 11:14:24 -05:00 committed by GitHub
parent 90f0d23dd2
commit f9980a3dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@
</head> </head>
<body> <body>
<h1>Web Fusée Launcher</h1> <h1>Web Fusée Payload Launcher</h1>
<p>Fusee Launcher ported to JavaScript using WebUSB.</p> <p>Fusee Launcher ported to JavaScript using WebUSB.</p>
<p> <p>
Source can be found on <a href="https://github.com/atlas44/web-fusee-launcher">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>
@ -20,7 +20,7 @@
<ol> <ol>
<li>Put the Switch in RCM, and connect it to your device.</li> <li>Put the Switch in RCM, and connect it to your device.</li>
<li>Select either the example payload, or upload one.</li> <li>Select either the example payload, or upload one.</li>
<li>Press 'Do the thing!'</li> <li>Press 'Run Payload!'</li>
<li>On the consent screen that appears, select 'APX' and hit confirm.</li> <li>On the consent screen that appears, select 'APX' and hit confirm.</li>
<li>If all goes well, the payload will launch!</li> <li>If all goes well, the payload will launch!</li>
</ol> </ol>
@ -61,7 +61,7 @@
</p> </p>
</form> </form>
<button id="goButton">Do the thing!</button> <button id="goButton">Run Payload!</button>
</div> </div>
<h3>Result:</h3> <h3>Result:</h3>