diff options
author | Devaev Maxim <[email protected]> | 2018-12-02 08:24:01 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-02 08:24:01 +0300 |
commit | 9d5481ff04921e73d57ec5602d8cc02fb2d36b9f (patch) | |
tree | a29c778bd70486710be8b97c9f80b5a1a3843208 /web/kvm | |
parent | 20e8d0ddd30b6f60cc910b4842f3cbb3680a5a98 (diff) |
fixed link to root
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index d8807e03..8cc66513 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -45,7 +45,7 @@ <body class="body-no-select"> <ul id="menu"> <li class="menu-left-items"> - <a id="menu-logo" href="#"> + <a id="menu-logo" href="/"> ↩ <img class="svg-gray" src="../svg/logo.svg" alt="π-kvm" /> </a> |