Update index.html

pull/1/merge
Elijah Bansley 2018-05-17 10:01:51 -05:00 committed by GitHub
parent 88aee0929b
commit a383aa58c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebFG</title> <title>Switch Payload Loader</title>
</head> </head>
<body> <body>
@ -57,7 +57,7 @@
<p> <p>
<input type="checkbox" name="shouldDebug" id="shouldDebug"> <input type="checkbox" name="shouldDebug" id="shouldDebug">
<label for="shouldDebug">Should Log Debug Output?</label> <label for="shouldDebug">Just output payload byte array</label>
</p> </p>
</form> </form>