Initial commit with webserver logic.
This commit is contained in:
5
public/200.json
Normal file
5
public/200.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"SomeKey": "Some Value goes here",
|
||||
"SomeOther": "thisisAOnthervalue",
|
||||
"Integer": 123
|
||||
}
|
||||
9
public/404.html
Normal file
9
public/404.html
Normal 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>
|
||||
Reference in New Issue
Block a user