Update index.html

pull/1/merge
Elijah Bansley 2018-05-17 08:26:02 -05:00 committed by GitHub
parent f8922c89ae
commit c0dcf4a0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@
<label for="uploaded">Upload payload:</label>
<input type="file" id="payloadUpload">
</p>
<p>
<input type="radio" name="shouldDebug" id="shouldDebug" value="shouldDebug">
<label for="shouldDebug">Should Log Debug Output?</label>
</p>
</form>
<button id="goButton">Do the thing!</button>