feat(HTTP): server basic responses + minor organization

This commit is contained in:
2024-11-21 23:56:14 +01:00
parent b302923c86
commit 7ea4e667ed
4 changed files with 79 additions and 14 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
HEY!
</body>
</html>