1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/http-server/minimal-http-server-generic-sessions/mount-origin/404.html
Andy Green f89aa401cc generic-sessions update
Generic sessions has been overdue some love to align it with
the progress in the rest of lws.

1) Strict Content Security Policy
2) http2 compatibility
3) fixes and additions for use in a separate process via unix domain socket
4) work on ws and http proxying in lws
5) add minimal example
2019-05-06 10:24:51 +01:00

11 lines
181 B
HTML

<meta charset="UTF-8">
<html>
<body>
<img src="libwebsockets.org-logo.svg">
<img src="strict-csp.svg"><br>
<h1>404</h1>
Sorry, that file doesn't exist.
</body>
</html>