mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-12-26 15:18:15 +00:00
17 lines
424 B
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>
|
|
|