diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 4 | ||||
-rw-r--r-- | web/index.pug | 5 | ||||
-rw-r--r-- | web/kvm/index.html | 4 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 5 |
4 files changed, 10 insertions, 8 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> diff --git a/web/index.pug b/web/index.pug index 87933065..e48ef876 100644 --- a/web/index.pug +++ b/web/index.pug @@ -9,10 +9,11 @@ block start table tr td(class="logo") - img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="PiKVM" height="40") + a(href="https://pikvm.org" target="_blank") + img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="PiKVM" height="40") td table - tr #[td(colspan="2" class="title") The Open Source IP-KVM] + tr #[td(colspan="2" class="title") The Open Source KVM over IP] tr td(colspan="2" class="copyright") | Copyright © 2018-2023 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev] diff --git a/web/kvm/index.html b/web/kvm/index.html index 8374b5d9..564e8475 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -1921,11 +1921,11 @@ <div id="about"> <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> diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 07282885..e7e6f84e 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -18,10 +18,11 @@ div(id="about-window" class="window") table tr td(class="logo") - img(class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40") + a(href="https://pikvm.org" target="_blank") + img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="PiKVM" height="40") td table - tr #[td(colspan="2" class="title") The Open Source IP-KVM] + tr #[td(colspan="2" class="title") The Open Source KVM over IP] tr td(colspan="2" class="copyright") | Copyright © 2018-2023 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev] |