UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
src
/
app
/
routes
/
404
/
404.component.html
10 lines
(9 loc)
•
222 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
>