Update index.html

pull/1/merge
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
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<p>
<h4>Random stuff:</h4>
<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 currently work on any browser but Chrome, because they don't implement WebUSB.</li>
<li>On Linux, you might get an access denied error!
@ -69,7 +69,7 @@
<button id="goButton">Run Payload!</button>
</div>
<h3>Result:</h3>
<h3>Logs:</h3>
<textarea cols="80" rows="12" id="output"></textarea>
<script src="./fusee.bin.js"></script>