This commit is contained in:
2026-06-18 18:13:12 +08:00
parent 2f42b036a9
commit 25f7ef1967
34 changed files with 2107 additions and 2 deletions

13
server-exp3/index.html Normal file
View File

@@ -0,0 +1,13 @@
<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>