Shoved EEPROM into Misuzu.
This commit is contained in:
parent
0b7031959b
commit
5f6133c007
63 changed files with 3893 additions and 222 deletions
3
build.js
3
build.js
|
@ -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', },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue