diff options
Diffstat (limited to 'web/index.pug')
-rw-r--r-- | web/index.pug | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/web/index.pug b/web/index.pug index 470f4927..36b5ef28 100644 --- a/web/index.pug +++ b/web/index.pug @@ -9,11 +9,13 @@ block start table tr td(valign="top" class="logo") - img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="Open Source Hardware" height="40") + img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="Pi-KVM" height="40") td(valign="top") table - tr #[td(colspan="2" class="title") Open Source & Open Hardware IP-KVM] - tr #[td(colspan="2" class="copyright") Copyright © 2018 Pi-KVM Developers Team] + tr #[td(colspan="2" class="title") The Open Source IP-KVM] + tr + td(colspan="2" class="copyright") + | Copyright © 2018 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev] hr table |