From fd65264aca55e599e94326311032b2075f60e6d7 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 19 Mar 2014 16:45:42 +0100 Subject: Move examples into 'websockets' folder In the packaging process the content of all 'examples' folders are copied together into one folder ... so modules are supposed to have their submodule name as a sub-folder of 'examples'. Change-Id: I9981b914e8268c932ca5a3d1c9fa73f8db0b6a5b Reviewed-by: Kurt Pattyn --- examples/websockets/simplechat/chatclient.html | 106 +++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 examples/websockets/simplechat/chatclient.html (limited to 'examples/websockets/simplechat/chatclient.html') diff --git a/examples/websockets/simplechat/chatclient.html b/examples/websockets/simplechat/chatclient.html new file mode 100644 index 0000000..5b077f7 --- /dev/null +++ b/examples/websockets/simplechat/chatclient.html @@ -0,0 +1,106 @@ + + + Websocket Chat Client + + +

Websocket Chat Client

+

+ + + +

+

+ +

+

+ + + +

+ + + + -- cgit v1.2.3