diff options
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> |