This commit is contained in:
2026-05-28 08:48:01 +08:00
parent 1132d9e9a7
commit 43902c20e4
93 changed files with 84995 additions and 26 deletions

13
server-exp2/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>