base tabler

This commit is contained in:
JACS 2026-05-01 12:46:11 -05:00
parent ac2cfa9fe1
commit 0f84beacf1
1432 changed files with 28760 additions and 1 deletions

32
liquid/data/errors.json Normal file
View file

@ -0,0 +1,32 @@
{
"400": {
"title": 400,
"description": "We are sorry but your request contains bad syntax and cannot be fulfilled"
},
"401": {
"title": 401,
"description": "We are sorry but you are not authorized to access this page"
},
"403": {
"title": 403,
"description": "We are sorry but you do not have permission to access this page"
},
"404": {
"illustration": "not-found.svg",
"title": 404,
"description": "We are sorry but the page you are looking for was not found"
},
"500": {
"title": 500,
"description": "We are sorry but our server encountered an internal error"
},
"503": {
"title": 503,
"description": "We are sorry but our service is currently not available"
},
"maintenance": {
"illustration": "computer-fix.svg",
"header": "Temporarily down for maintenance",
"description": "Sorry for the inconvenience but were performing some maintenance at the moment. Well be back online shortly!"
}
}