antville/code/Root/notfound.hac
2001-12-11 00:26:25 +00:00

5 lines
169 B
Text

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