summaryrefslogtreecommitdiff
path: root/web/login
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-09-08 06:47:54 +0300
committerMaxim Devaev <[email protected]>2021-09-08 06:47:54 +0300
commit8f11fa3b91921a6037b56ead0853928b1404de0f (patch)
tree45c002095795db7b8a23e5043d16b46a89e9485a /web/login
parentca812117e48cbc6e2c71947b912748cfd3ff9691 (diff)
small rebranding
Diffstat (limited to 'web/login')
-rw-r--r--web/login/index.html4
-rw-r--r--web/login/index.pug2
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"])