14 lines
276 B
HTML
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>
|