mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-12-26 15:18:15 +00:00
16 lines
368 B
HTML
16 lines
368 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 event loop example</b>.
|
|
<br>
|
|
You can confirm the 404 page handler by going to this
|
|
nonexistant <a href="notextant.html">page</a>.
|
|
</body>
|
|
</html>
|
|
|