Imported Upstream version 3.2
[platform/upstream/libwebsockets.git] / minimal-examples / ws-server / minimal-ws-server-threads-smp / mount-origin / index.html
1 <html>
2  <head>
3   <meta charset=utf-8 http-equiv="Content-Language" content="en"/>
4   <script src="/example.js"></script>
5  </head>
6         <body>
7                 <img src="libwebsockets.org-logo.svg">
8                 <img src="strict-csp.svg"><br>
9
10                 <b>Minimal ws server threads SMP example</b>.<br>
11                 Strings generated by server threads are sent to
12                 all browsers open on this page.<br>
13                 The textarea show the last 50 lines received.
14                 <br>
15                 <br>
16                 <textarea id=r readonly cols=80 rows=50></textarea><br>
17         </body>
18 </html>
19