Update index.html

This commit is contained in:
Elijah Bansley 2018-05-17 13:36:28 -05:00 committed by GitHub
parent 9d6d51dc0a
commit ffb2cd7e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
<p> <p>
<h4>Random stuff:</h4> <h4>Random stuff:</h4>
<ul> <ul>
<li>This is pretty poorly tested. I just kind wrote it and whatever. I'm not responsible if anything goes wrong!</li> <li>This is moderately tested. I just kind wrote it and whatever. I'm not responsible if anything goes wrong!</li>
<li>This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)</li> <li>This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)</li>
<li>This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.</li> <li>This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.</li>
<li>On Linux, you might get an access denied error! <li>On Linux, you might get an access denied error!
@ -69,7 +69,7 @@
<button id="goButton">Run Payload!</button> <button id="goButton">Run Payload!</button>
</div> </div>
<h3>Result:</h3> <h3>Logs:</h3>
<textarea cols="80" rows="12" id="output"></textarea> <textarea cols="80" rows="12" id="output"></textarea>
<script src="./fusee.bin.js"></script> <script src="./fusee.bin.js"></script>