Files
C-exp-collection/server-exp2/index.html

14 lines
275 B
HTML
Raw Normal View History

2026-05-28 08:48:01 +08:00
<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>