13 lines
176 B
HTML
13 lines
176 B
HTML
<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>
|