1
0
Fork 0

NotFoundHandler

This commit is contained in:
emile 2015-09-10 15:13:35 +02:00
parent e60e955f90
commit 46ef489b03
6 changed files with 61 additions and 25 deletions

9
templates/notFound.tmpl Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>træfik</title>
</head>
<body>
Ohhhh man, this is bad...
</body>
</html>