diff --git a/examples/websocket/docroot/index.html b/examples/websocket/docroot/index.html
deleted file mode 100644
index d1c612f9..00000000
--- a/examples/websocket/docroot/index.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
WebSocket Test
-
-
-Civetweb WebSocket Test
-
-
- This page code creates websocket to the URI "/foo",
- sends a message to it, waits for the reply, then sends an "exit" message.
- Server must echo all messages back, and terminate the conversation after
- receiving the "exit" message.
-
-
-
-