19 lines
512 B
HTML
19 lines
512 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>
|
|
<li><a href="ewf.png"><img src="ewf.png"/></a><li>
|
|
<li><a href="big.png">see big.png</a><li>
|
|
<li><a href="huge.png">see huge.png</a><li>
|
|
<li><a href="5mb.txt">see 5mb.txt</a><li>
|
|
<li><a href="10mb.txt">see 10mb.txt</a><li>
|
|
<li><a href="100mb.txt">see 100mb.txt</a><li>
|
|
</body>
|
|
|
|
</html>
|