1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-08 03:03:07 -04:00

Update error pages

This commit is contained in:
Korbs 2024-02-24 21:53:25 -05:00
parent 5d3e08be33
commit 65f1d40c11
4 changed files with 106 additions and 78 deletions

4
html/502.ejs Normal file
View file

@ -0,0 +1,4 @@
<%- include('error.ejs', {
error: "502",
description: "An error has occurred. Try again or come back later."
}) %>