diff --git a/cmd/templates/index.html b/cmd/templates/index.html
index 3fecba4..83620a1 100644
--- a/cmd/templates/index.html
+++ b/cmd/templates/index.html
@@ -38,6 +38,9 @@
CMD
|
+
+ KILL
+ |
{{ .ClientID }} |
diff --git a/cmd/templates/style.css b/cmd/templates/style.css
index 3c1ffbf..a92984d 100644
--- a/cmd/templates/style.css
+++ b/cmd/templates/style.css
@@ -154,7 +154,10 @@ input#commandinput {
input#commandinput:focus {
outline: 2px solid #ff6e00;
+}
+a#pointer {
+ cursor: pointer;
}