Improved the simple_file example with image, and not found message.
Use standalone connector in SCOOP concurrency mode.
This commit is contained in:
12
examples/simple_file/404.html
Normal file
12
examples/simple_file/404.html
Normal 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>
|
||||
Reference in New Issue
Block a user