diff options
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] |