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 LWS chat <b>minimal ws server example</b>.<br> 11 Chat is sent to all browsers open on this page. 12 <br> 13 <br> 14 <textarea id=r readonly cols=40 rows=10></textarea><br> 15 16 <input type="text" id=m cols=40 rows=1> 17 <button id=b>Send</button> 18 </body> 19</html> 20 21