Update index.html
parent
f6da7019a2
commit
642d144fa2
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<h4>Random stuff:</h4>
|
||||
<h4>Info:</h4>
|
||||
<p>This is moderately tested. I just kind wrote it and whatever. I'm not responsible if anything goes wrong!</p>
|
||||
<p>This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)</p>
|
||||
<p>This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.</p>
|
||||
|
@ -74,7 +74,7 @@
|
|||
</form>
|
||||
|
||||
<button id="goButton">Run Payload!</button>
|
||||
<button onclick="clearLog();">Clear Logs</button>
|
||||
<button id="clearlogsbutton" onclick="clearLog();">Clear Logs</button>
|
||||
</div>
|
||||
|
||||
<h3>Logs:</h3>
|
||||
|
|
Loading…
Reference in New Issue