Update index.html
parent
f8922c89ae
commit
c0dcf4a0ac
|
@ -54,6 +54,11 @@
|
||||||
<label for="uploaded">Upload payload:</label>
|
<label for="uploaded">Upload payload:</label>
|
||||||
<input type="file" id="payloadUpload">
|
<input type="file" id="payloadUpload">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<input type="radio" name="shouldDebug" id="shouldDebug" value="shouldDebug">
|
||||||
|
<label for="shouldDebug">Should Log Debug Output?</label>
|
||||||
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<button id="goButton">Do the thing!</button>
|
<button id="goButton">Do the thing!</button>
|
||||||
|
|
Loading…
Reference in New Issue