incremental
diff --git a/static/partial-kvm.html b/static/partial-kvm.html
new file mode 100644
index 0000000..61628b6
--- /dev/null
+++ b/static/partial-kvm.html
@@ -0,0 +1,31 @@
+<div id="noVNC_container" ng-controller="KvmController">
+ <div id="noVNC_status_bar" class="noVNC_status_bar" style="margin-top: 0px;">
+ <table border=0 width="100%">
+ <tr>
+ <td>
+ <div id="noVNC_status" style="position: relative; height: auto;">
+ Loading
+ </div>
+ </td>
+ <td width="1%">
+ <div id="noVNC_buttons">
+ <input type=button value="Send CtrlAltDel" id="sendCtrlAltDelButton">
+ <span id="noVNC_xvp_buttons">
+ <input type=button value="Shutdown"
+ id="xvpShutdownButton">
+ <input type=button value="Reboot"
+ id="xvpRebootButton">
+ <input type=button value="Reset"
+ id="xvpResetButton">
+ </span>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <canvas id="noVNC_canvas" width="640px" height="20px">
+ Canvas not supported.
+ </canvas>
+</div>
+
+