diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index b1a9ec3b..a5eb624d 100644 --- a/web/index.html +++ b/web/index.html @@ -49,11 +49,11 @@ <div class="start"> <table> <tr> - <td class="logo"><img class="svg-gray" src="/share/svg/logo.svg" alt="PiKVM" height="40"></td> + <td class="logo"><a href="https://pikvm.org" target="_blank"><img class="svg-gray" src="/share/svg/logo.svg" alt="PiKVM" height="40"></a></td> <td> <table> <tr> - <td class="title" colspan="2">The Open Source IP-KVM</td> + <td class="title" colspan="2">The Open Source KVM over IP</td> </tr> <tr> <td class="copyright" colspan="2">Copyright © 2018-2023 <a target="_blank" href="mailto:[email protected]">Maxim Devaev</a></td> |