14 lines
275 B
HTML
14 lines
275 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
|
||
|
|
<title>the example web</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<H1>webserver test page</H1>
|
||
|
|
<p>
|
||
|
|
Not pretty but should prove that webserver works:-)
|
||
|
|
<p>
|
||
|
|
<IMG SRC="example.jpg">
|
||
|
|
</body>
|
||
|
|
</html>
|