Improved the simple_file example with image, and not found message.

Use standalone connector in SCOOP concurrency mode.
This commit is contained in:
2015-04-01 15:33:47 +02:00
parent 48cb99498c
commit 9d20e85c03
5 changed files with 33 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<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>