diff --git a/templates/hid.html b/templates/hid.html index e0cf514..5806ff8 100644 --- a/templates/hid.html +++ b/templates/hid.html @@ -6,76 +6,110 @@ + + - HID input service, POST data to /keyboard or /mouse
-
-
+ HID Remote Keyboard and mouse
-
-Server response: - - +
+

+ diff --git a/templates/keyboard.html b/templates/keyboard.html index e0cf514..69712c6 100644 --- a/templates/keyboard.html +++ b/templates/keyboard.html @@ -8,7 +8,7 @@ - HID input service, POST data to /keyboard or /mouse
+ HID input keyboard, POST data to /keyboard
diff --git a/templates/mouse.html b/templates/mouse.html index 84552c9..8f74378 100644 --- a/templates/mouse.html +++ b/templates/mouse.html @@ -36,8 +36,6 @@ $(document).ready(function(){ posY=event.offsetY; handleMouse(); }); - - }); function handleMouse() {