diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 1c2aca58..a3cec07d 100644 --- a/web/kvm/index.html +++ b/web/kvm/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 Session</title> + <title>PiKVM Session</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"> @@ -437,7 +437,7 @@ </li> <li class="right"><a class="menu-button" href="#"><img class="led-gray" data-dont-hide-menu id="hid-recorder-led" src="/share/svg/led-gear.svg">Macro</a> <div class="menu" data-dont-hide-menu> - <div class="text"><b>Record and play keyboard & mouse actions<br></b><sub>For security reasons, the record will not be saved on the Pi-KVM</sub></div> + <div class="text"><b>Record and play keyboard & mouse actions<br></b><sub>For security reasons, the record will not be saved on the PiKVM</sub></div> <hr> <div class="buttons buttons-row"> <button class="row25" disabled data-force-hide-menu id="hid-recorder-record">• Rec</button> @@ -479,7 +479,7 @@ </li> <li class="right"><a class="menu-button" href="#">Paste</a> <div class="menu" data-dont-hide-menu> - <div class="text"><b>Paste text as keypress sequence<br></b><sub>Please note that Pi-KVM cannot switch the keyboard layout</sub></div> + <div class="text"><b>Paste text as keypress sequence<br></b><sub>Please note that PiKVM cannot switch the keyboard layout</sub></div> <hr> <div class="text"> <textarea id="hid-pak-text" placeholder="Enter your text here"></textarea> @@ -1448,7 +1448,7 @@ <div id="about"> <table> <tr> - <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="Pi-KVM" height="40"></td> + <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40"></td> <td valign="top"> <table> <tr> @@ -1483,7 +1483,7 @@ <input type="radio" name="about-tab-button" id="about-tab-thanks-button"> <label for="about-tab-thanks-button">Thanks</label> <div class="tab"> - <div class="code" id="about-thanks"><span class="code-comment">// These kind people donated money to the Pi-KVM project<br> + <div class="code" id="about-thanks"><span class="code-comment">// These kind people donated money to the PiKVM project<br> // and supported the work on it. We are very grateful<br> // for their help, and memorializing their names<br> // is the least we can do in gratitude.<br> @@ -1968,7 +1968,7 @@ </div> <ul class="footer"> <li class="footer-left" id="kvmd-meta-server-host"></li> - <li class="footer-right"><a target="_blank" href="https://pikvm.org">Pi-KVM Project</a></li> + <li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a></li> </ul> </body> </html>
\ No newline at end of file |