Shoved EEPROM into Misuzu.

This commit is contained in:
flash 2025-03-27 00:44:42 +00:00
parent 0b7031959b
commit 5f6133c007
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
63 changed files with 3893 additions and 222 deletions

View file

@ -37,9 +37,12 @@ const fs = require('fs');
twig: [
{ source: 'errors/400', target: '/', name: 'error-400.html', },
{ source: 'errors/401', target: '/', name: 'error-401.html', },
{ source: 'errors/402', target: '/', name: 'error-402.html', },
{ source: 'errors/403', target: '/', name: 'error-403.html', },
{ source: 'errors/404', target: '/', name: 'error-404.html', },
{ source: 'errors/405', target: '/', name: 'error-405.html', },
{ source: 'errors/410', target: '/', name: 'error-410.html', },
{ source: 'errors/451', target: '/', name: 'error-451.html', },
{ source: 'errors/500', target: '/', name: 'error-500.html', },
{ source: 'errors/502', target: '/', name: 'error-502.html', },
{ source: 'errors/503', target: '/', name: 'error-503.html', },