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

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>";