13 changed files with 48 additions and 20 deletions
Binary file not shown.
@ -0,0 +1 @@ |
|||||
|
ffff |
@ -0,0 +1,10 @@ |
|||||
|
extends layout/layout |
||||
|
|
||||
|
block head |
||||
|
link(rel="stylesheet", href="/public/css/views/404.css") |
||||
|
|
||||
|
block content |
||||
|
include @/helper/flush.pug |
||||
|
div(style="text-align: center") |
||||
|
span.text404 403 |
||||
|
div #{error} |
@ -1,10 +1,10 @@ |
|||||
extends layout/layout |
extends layout/layout |
||||
include @/helper/flush.pug |
|
||||
|
|
||||
block head |
block head |
||||
link(rel="stylesheet", href="/public/css/views/404.css") |
link(rel="stylesheet", href="/public/css/views/404.css") |
||||
|
|
||||
block content |
block content |
||||
|
include @/helper/flush.pug |
||||
div(style="text-align: center") |
div(style="text-align: center") |
||||
span.text404 404 |
span.text404 404 |
||||
div 重定向回:#{rollback} |
div 重定向回:#{rollback} |
||||
|
Loading…
Reference in new issue