Initial commit: created project structure, makefile, some static files for future server tests and interphase to create a listening socket
This commit is contained in:
13
static/404.html
Normal file
13
static/404.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>404 Not Found</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user