23 lines
904 B
Plaintext
23 lines
904 B
Plaintext
doctype html
|
|
html(lang='zh-CN')
|
|
head
|
|
meta(http-equiv='Content-Type', content='text/html; charset=utf-8')
|
|
meta(charset='utf-8')
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
link(href='/libs/bootstrap/dist/css/bootstrap.min.css', rel='stylesheet')
|
|
link(href='/stylesheets/bootstrap-addon.css', rel='stylesheet')
|
|
link(href='/stylesheets/site.css', rel='stylesheet')
|
|
link(href='/stylesheets/error.css', rel='stylesheet')
|
|
title=title
|
|
body
|
|
.container-fluid.back-img
|
|
.row
|
|
.col-md-8.col-md-offset-2
|
|
.error-block
|
|
h1=code
|
|
.desc=message
|
|
div=error
|
|
a.btn.btn-green.btn-lg(href='/')
|
|
i.fa.fa-home
|
|
| 跳转首页
|