diff options
Diffstat (limited to 'web/index.pug')
-rw-r--r-- | web/index.pug | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/web/index.pug b/web/index.pug index 2ba9297a..458d718a 100644 --- a/web/index.pug +++ b/web/index.pug @@ -27,14 +27,15 @@ block start div(id="apps-box") h4 Loading ... - hr - p(class="text") - | Please note that when you are working with a KVM session or another application that captures the keyboard, - | you can't use some keyboard shortcuts such as Ctrl+Alt+Del (which will be caught by your OS) or Ctrl+W (caught by your browser). + div(class="keyboard-warning") + hr + p(class="text") + | Please note that when you are working with a KVM session or another application that captures the keyboard, + | you can't use some keyboard shortcuts such as Ctrl+Alt+Del (which will be caught by your OS) or Ctrl+W (caught by your browser). p(class="text") - | To override this limitation you can use #[a(target="_blank" href="https://google.com/chrome") Google Chrome] - | or #[a(target="_blank" href="https://chromium.org/Home") Chromium] in application mode. - div(id="app-text" class="code") + | To override this limitation you can use #[a(target="_blank" href="https://google.com/chrome") Google Chrome] + | or #[a(target="_blank" href="https://chromium.org/Home") Chromium] in application mode. + div(id="app-text" class="code") hr p(class="text") |