Update index.html

pull/1/merge
Elijah Bansley 2018-05-17 13:50:06 -05:00 committed by GitHub
parent ffb2cd7e68
commit e8cc339d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,10 @@
</head>
<body>
<h1>Web Fusée Payload Launcher</h1>
<p>Fusee Launcher ported to JavaScript using WebUSB.</p>
<div id=title>
<h1>Web Fusée Payload Launcher</h1>
<p>Fusee Launcher ported to JavaScript using WebUSB.</p>
</div>
<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>.