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>
13 lines
170 B
HTML
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>
|