17 lines
429 B
HTML
17 lines
429 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>
|
|
<p>This is the real Eiffel tower.</p>
|
|
<a href="eiffel.jpg"><img src="eiffel.jpg"/></a>
|
|
<p>Try to <a href="big_file2.html">load a big file</a>.</p>
|
|
</body>
|
|
|
|
</html>
|