diff options
author | Devaev Maxim <[email protected]> | 2020-08-11 18:22:43 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-11 18:22:43 +0300 |
commit | d4bdf4300ebd527bbbdb6efa4ca3863681a4785d (patch) | |
tree | 67f63106e4decc9c3d5d10c90d647a8358296457 /web/index.html | |
parent | 9586383e5f82d53879cc76b4d461cc8100d3bca9 (diff) |
fixed copy
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> |