Files
EWF/examples/simple_file/404.html
Jocelyn Fiat 9d20e85c03 Improved the simple_file example with image, and not found message.
Use standalone connector in SCOOP concurrency mode.
2015-05-06 22:15:50 +02:00

13 lines
176 B
HTML

<html>
<head>
<title>404 not found!</title>
</head>
<body>
<h1>404 not found!</h1>
This is a static html file served by EWF.
<img src="ewf.png"/>
</body>
</html>