1<html> 2 <head> 3 <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 4 </head> 5 <body> 6 <img src="libwebsockets.org-logo.svg"> 7 <img src="strict-csp.svg"><br> 8 9 Hello from the <b>minimal http server eventlib foreign loop example</b>. 10 <br> 11 The timer messages in the console are coming from<br> 12 a timer on the event library lib loop set up before the lws context<br> 13 started using it. 14 </body> 15</html> 16 17