blob: da6482eab4b9cf6ef31e8c51a5255b5b33705d6e [file] [log] [blame]
<html>
<head>
<meta charset="UTF-8">
<script language="javascript" type="text/javascript" src="ws.js"></script>
<title>Zephyr HTTP websocket server sample</title>
</head>
<body onload="init();">
<div id="container" class="container">
<div>
<h2>Zephyr HTTP websocket server sample</h2>
</div>
<div>
<p>HTTP connection ok.</p>
</div>
<div id="output">
</div>
</div>
</body>
</html>