zephyr/samples/net/http_server/src/index.html
Jukka Rissanen 5c9de9035d samples: net: HTTP server sample using net-app
This is a sample HTTP server application that uses new http API
instead of legacy one.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-11-06 09:33:00 -05:00

13 lines
170 B
HTML

<html>
<head>
<meta charset="UTF-8">
<title>Zephyr HTTP server sample</title>
</head>
<body>
<div>
<p>It works!</p>
</div>
</body>
</html>