1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/index.html

22 lines
518 B
HTML
Raw Normal View History

2018-03-06 09:39:27 +08:00
<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
<script src="/example.js"></script>
</head>
2018-03-06 09:39:27 +08:00
<body>
<img src="libwebsockets.org-logo.svg">
<img src="strict-csp.svg"><br>
2018-03-06 09:39:27 +08:00
LWS chat <b>minimal ws server example</b>.<br>
Chat is sent to all browsers open on this page.<br>
<br>
<span id=status>Ws closed</span><br>
<br>
<textarea id=r readonly cols=40 rows=10></textarea><br>
<input type="text" id=m cols=40 rows=1>
<button id=b>Send</button>
2018-03-06 09:39:27 +08:00
</body>
</html>