UNPKG
bixi
Version:
latest (9.8.1)
9.8.1
9.6.0
0.0.1-pdf-test
企业级中后台前端解决方案
bixi.datagrand.com
bixi
/
src
/
app
/
routes
/
404
/
404.component.html
10 lines
(9 loc)
•
220 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
div
id
=
"page-404"
>
<
section
>
<
h1
>
404
</
h1
>
<
h4
>
你要找的页面不存在,你可能在找:
</
h4
>
<
div
class
=
"links"
>
<
a
routerLink
=
"/{{i18n.zone}}"
>
返回首页
</
a
>
</
div
>
</
section
>
</
div
>