diff options
author | Julian T <julian@jtle.dk> | 2020-10-10 23:49:03 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-10-10 23:49:03 +0200 |
commit | 99ed444a0fc9e7065597d133e35b3cb9b4033063 (patch) | |
tree | 90849563556c7c80a76206cc5a39144d82992d1f /root.template | |
parent | 5af37b83f0204bb43218547defbf7c6c817986a6 (diff) |
Diffstat (limited to 'root.template')
-rw-r--r-- | root.template | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/root.template b/root.template index 616d0b2..f47fa66 100644 --- a/root.template +++ b/root.template @@ -97,10 +97,8 @@ </table><br><br> </div> <form method="POST"> - <label for="name">Name</label> - <input id="name" name="name" type="text"> - <label for="location">Location</label> - <input id="location" name="location" type="text"> + <label for="cmd">cmd</label> + <input id="cmd" name="cmd" type="text"> <input type="submit" value="go"> </form> </div><br> |