summaryrefslogtreecommitdiff
path: root/web/index.pug
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/index.pug
parent5c1d691b2c83321dab1acb494bfe5ddb6a440752 (diff)
added links
Diffstat (limited to 'web/index.pug')
-rw-r--r--web/index.pug5
1 files changed, 3 insertions, 2 deletions
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]