Initial commit with webserver logic.

This commit is contained in:
calcu1on
2024-12-22 15:21:55 -05:00
parent 5f14249746
commit 6447689921
5 changed files with 117 additions and 1 deletions

5
public/200.json Normal file
View File

@@ -0,0 +1,5 @@
{
"SomeKey": "Some Value goes here",
"SomeOther": "thisisAOnthervalue",
"Integer": 123
}

9
public/404.html Normal file
View File

@@ -0,0 +1,9 @@
<!Doctype html>
<html>
<head>
<title>Page Not Found | Hermes</title>
</head>
<body>
<p>The requested page could not be found.</p>
</body>
</html>