5 lines
164 B
Text
5 lines
164 B
Text
var parent = setLayout();
|
|
|
|
res.data.title = "Antville - 404 - not found";
|
|
|
|
res.body = "<p><b>Sorry!</b></p><p>URL /"+req.path+" was not found on this server!</p>";
|