Files
EWF/examples/simple_file/home.html
Jocelyn Fiat 42e3c5e755 Improved the simple_file example with image, and not found message.
Use standalone connector in SCOOP concurrency mode.
2015-04-01 15:33:47 +02:00

14 lines
276 B
HTML

<html>
<head>
<title>EWF simple_file example</title>
</head>
<body>
<h1>EWF simple_file example</h1>
<p>This is a static html file served by EWF.</p>
<p>Try to <a href="nowhere.html">get lost</a>.</p>
<a href="ewf.png"><img src="ewf.png"/></a>
</body>
</html>