modified: s/contact.tpl.html
modified: s/how.tpl.html modified: s/index.tpl.html modified: s/style.css modified: src/main.js
This commit is contained in:
@ -284,7 +284,7 @@ http.createServer((req, res) => {
|
||||
if(error) {
|
||||
if(error.code == 'ENOENT') {
|
||||
res.writeHead(200, { 'Content-Type': contentType });
|
||||
res.end('404 - file not found', 'utf-8');
|
||||
res.end('404 - f0ck you', 'utf-8');
|
||||
}
|
||||
else {
|
||||
res.writeHead(500);
|
||||
|
Reference in New Issue
Block a user