From 19086199c051d1ceffcaaefe960b00b4bb713726 Mon Sep 17 00:00:00 2001 From: Petr Kracik Date: Sun, 7 Jun 2020 13:38:06 +0200 Subject: [PATCH] HID Input: KVM page (merge image with hid) --- hidinput.py | 4 ++ templates/kvm.html | 115 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 templates/kvm.html 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
+ +
+ +

+ + +