diff options
author | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
commit | 8f11fa3b91921a6037b56ead0853928b1404de0f (patch) | |
tree | 45c002095795db7b8a23e5043d16b46a89e9485a /web/index.pug | |
parent | ca812117e48cbc6e2c71947b912748cfd3ff9691 (diff) |
small rebranding
Diffstat (limited to 'web/index.pug')
-rw-r--r-- | web/index.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.pug b/web/index.pug index 52acccf7..2ba9297a 100644 --- a/web/index.pug +++ b/web/index.pug @@ -1,7 +1,7 @@ extends start.pug append vars - - title = "Pi-KVM Index" + - title = "PiKVM Index" - main_js = "index/main" - css_list = css_list.concat(["window", "modal", "index/index"]) @@ -9,7 +9,7 @@ block start table tr td(valign="top" class="logo") - img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="Pi-KVM" height="40") + img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="PiKVM" height="40") td(valign="top") table tr #[td(colspan="2" class="title") The Open Source IP-KVM] |