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:
Flummi
2016-08-16 18:08:55 +02:00
parent f9cc03e805
commit e4481b65cc
5 changed files with 20 additions and 3 deletions

View File

@ -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);