mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
17 lines
404 B
HTML
17 lines
404 B
HTML
<html>
|
|
<head>
|
|
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
|
|
<script src="/example.js"></script>
|
|
</head>
|
|
<body>
|
|
<img src="libwebsockets.org-logo.svg"><br>
|
|
|
|
Hello from the <b>minimal https server example</b>.
|
|
<br>
|
|
You can confirm the 404 page handler by going to this
|
|
nonexistant <a href="notextant.html">page</a>.
|
|
<br>
|
|
<div id="transport"></div>
|
|
</body>
|
|
</html>
|
|
|