libwebsockets/minimal-examples-lowlevel/http-server/minimal-http-server-eventlib-foreign/mount-origin/index.html

17 lines
424 B
HTML

<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
</head>
<body>
<img src="libwebsockets.org-logo.svg">
<img src="strict-csp.svg"><br>
Hello from the <b>minimal http server eventlib foreign loop example</b>.
<br>
The timer messages in the console are coming from<br>
a timer on the event library lib loop set up before the lws context<br>
started using it.
</body>
</html>