diff --git a/hidinput.py b/hidinput.py index 75de491..21835d6 100644 --- a/hidinput.py +++ b/hidinput.py @@ -87,6 +87,10 @@ def get_hid_by_jscode(rawkeycode): def index(): return render_template("hid.html") +@app.route("/kvm.html") +def kvm(): + return render_template("kvm.html") + @app.route("/mouse.html") def mouseindex(): return render_template("mouse.html") diff --git a/templates/kvm.html b/templates/kvm.html new file mode 100644 index 0000000..2bcffd5 --- /dev/null +++ b/templates/kvm.html @@ -0,0 +1,115 @@ + + + + + Raspberry Pi KVM + + + + + + + KVM
+ +
+ +

+ + +