Files
2026-06-18 18:13:12 +08:00

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>