1<html>
2 <head>
3  <meta charset=utf-8 http-equiv="Content-Language" content="en"/>
4  <script src="/example.js"></script>
5 </head>
6	<body>
7		<img src="libwebsockets.org-logo.svg"><br>
8
9		Hello from the <b>minimal https server example</b>.
10		<br>
11		You can confirm the 404 page handler by going to this
12		nonexistant <a href="notextant.html">page</a>.
13		<br>
14		<div id="transport"></div>
15	</body>
16</html>
17
18