11 changed files with 48 additions and 19 deletions
@ -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 |
|||
include @/helper/flush.pug |
|||
|
|||
block head |
|||
link(rel="stylesheet", href="/public/css/views/404.css") |
|||
|
|||
block content |
|||
include @/helper/flush.pug |
|||
div(style="text-align: center") |
|||
span.text404 404 |
|||
div 重定向回:#{rollback} |
|||
|
Loading…
Reference in new issue