diff options
author | Devaev Maxim <[email protected]> | 2018-07-23 03:22:08 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-23 03:22:08 +0300 |
commit | c07f811c878f18c464002a36e804564a70c2d094 (patch) | |
tree | 286fb7805b4ebf18b82d0d3418d372673decee6c /kvmd/web/index.html | |
parent | 434d16d52372ce10eb09302b38049fbde5c50e0f (diff) |
platform info
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 17538d2b..1e65ec78 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -160,5 +160,10 @@ <img src="/streamer/?action=stream" id="stream-image" class="stream-image-inactive" alt="Loading..." /> </div> </div> + + <ul id="bottom"> + <li id="kvmd-version" class="bottom-left"></li> + <li class="bottom-right"><a target="_blank" href="https://github.com/mdevaev/pi-kvm">Pi-KVM Project</a></li> + </ul> </body> </html> |