Initial commit with webserver logic.
This commit is contained in:
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