diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/index.html b/web/index.html index 75739260..98f5d146 100644 --- a/web/index.html +++ b/web/index.html @@ -48,14 +48,14 @@ <div class="start"> <table> <tr> - <td class="logo" valign="top"><img class="svg-gray" src="/share/svg/logo.svg" alt="Open Source Hardware" height="40"></td> + <td class="logo" valign="top"><img class="svg-gray" src="/share/svg/logo.svg" alt="Pi-KVM" height="40"></td> <td valign="top"> <table> <tr> - <td class="title" colspan="2">Open Source & Open Hardware IP-KVM</td> + <td class="title" colspan="2">The Open Source IP-KVM</td> </tr> <tr> - <td class="copyright" colspan="2">Copyright © 2018 Pi-KVM Developers Team</td> + <td class="copyright" colspan="2">Copyright © 2018 <a target="_blank" href="mailto:[email protected]">Maxim Devaev</a></td> </tr> </table> </td> |