Simple server

This commit is contained in:
kamkow1
2025-06-09 14:42:51 +02:00
commit bec8cb7102
9 changed files with 5302 additions and 0 deletions

10
tmpls/404.t Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>404 - Page not found</title>
</head>
<body>
The page you were looking for doesn't exist. <br />
URL: <#URL>
</body>
</html>