first commit: echo server

This commit is contained in:
Antonio Cossari
2026-09-07 00:45:35 +02:00
commit b15ce130f9
47 changed files with 2614 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<!doctype html>
<meta charset="utf-8">
<title>404 Not Found</title>
<h1>404 Not Found</h1>
<p>Configured error page.</p>
+5
View File
@@ -0,0 +1,5 @@
<!doctype html>
<meta charset="utf-8">
<title>Server error</title>
<h1>Server error</h1>
<p>Configured error page.</p>