Update index.html
parent
9d6d51dc0a
commit
ffb2cd7e68
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue