diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 20f25451..d8de279f 100644 --- a/web/index.html +++ b/web/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <title>Pi-KVM</title> + <title>Pi-KVM / Session</title> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> @@ -27,6 +27,7 @@ <link rel="stylesheet" href="css/kvm/keyboard.css"> <link rel="stylesheet" href="css/kvm/about.css"> + <script src="js/bb.js"></script> <script src="js/tools.js"></script> <script src="js/ui.js"></script> <script src="js/kvm/stream.js"></script> |