mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-09 16:03:02 -04:00
Update error pages
This commit is contained in:
parent
5d3e08be33
commit
65f1d40c11
4 changed files with 106 additions and 78 deletions
|
@ -48,6 +48,10 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
});
|
||||
|
||||
app.get("/502", function (req, res) {
|
||||
renderTemplate(res, req, "502.ejs");
|
||||
});
|
||||
|
||||
app.get("/143", function (req, res) {
|
||||
var number_easteregg = getRandomArbitrary(0, 143);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue