summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-08-18 14:57:17 +0300
committerMaxim Devaev <[email protected]>2023-08-18 14:57:17 +0300
commit1f64f7b3babd19b768cd8519537c9498b28f9dd6 (patch)
treec3acab986e8e5f1ca89ccbb23f65c544461ff2ab /web
parent5c1d691b2c83321dab1acb494bfe5ddb6a440752 (diff)
added links
Diffstat (limited to 'web')
-rw-r--r--web/index.html4
-rw-r--r--web/index.pug5
-rw-r--r--web/kvm/index.html4
-rw-r--r--web/kvm/window-about.pug5
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 &copy; 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 &copy; 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 &copy; 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 &copy; 2018-2023 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev]