diff options
author | Devaev Maxim <[email protected]> | 2018-11-27 17:44:02 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-27 17:44:02 +0300 |
commit | 6c2d8900f53cca2f5e0980f8ac038566080986a9 (patch) | |
tree | e4cc9e231e20c011b4a7666ac6ca5b6457ff5d70 /web/kvm | |
parent | 2cea16a978f475aa2b12d49d7ac2eccfd5c6892f (diff) |
refactoring
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 43d2a997..bae173cd 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -43,24 +43,6 @@ </head> <body class="body-no-select"> - <div id="bad-browser-modal" class="modal"> - <div class="modal-window"> - <div class="modal-content"> - Hello. You are using an incompatible or legacy browser.<br> - Please use one of the following browsers: - <hr> - <ul> - <li><a target="_blank" href="https://google.com/chrome">Google Chrome</a> <sup><i>recommended</i></sup></li> - <li><a target="_blank" href="https://chromium.org/Home">Chromium</a> <sup><i>recommended</i></sup></li> - <li><a target="_blank" href="https://mozilla.org/firefox">Mozilla Firefox</a></li> - <li><a target="_blank" href="https://apple.com/safari">Apple Safari</a></li> - <li><a target="_blank" href="https://opera.com">Opera</a></li> - <li><a target="_blank" href="https://vivaldi.com">Vivaldi</a></li> - </ul> - </div> - </div> - </div> - <ul id="menu"> <li class="menu-left-items"> <a id="menu-logo" href="#"> |