Update index.html
parent
3f1fe25572
commit
704983539a
|
@ -8,15 +8,17 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id=title>
|
<div id="title">
|
||||||
<h1>Web Fusée Payload 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>
|
||||||
</div>
|
</div>
|
||||||
|
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<h4>Instructions:</h4>
|
<h4>Instructions:</h4>
|
||||||
|
|
Loading…
Reference in New Issue