diff options
Diffstat (limited to 'web/login')
-rw-r--r-- | web/login/index.html | 4 | ||||
-rw-r--r-- | web/login/index.pug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/login/index.html b/web/login/index.html index 47e2b8ca..67f0ed83 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -2,7 +2,7 @@ <!-- ============================================================================== # # -# KVMD - The main Pi-KVM daemon. # +# KVMD - The main PiKVM daemon. # # # # Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # # # @@ -25,7 +25,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Pi-KVM Login</title> + <title>PiKVM Login</title> <link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png"> diff --git a/web/login/index.pug b/web/login/index.pug index 3156f525..00bb61e9 100644 --- a/web/login/index.pug +++ b/web/login/index.pug @@ -1,7 +1,7 @@ extends ../base.pug append vars - - title = "Pi-KVM Login" + - title = "PiKVM Login" - main_js = "login/main" - css_list = css_list.concat(["window", "modal", "login/login"]) |