fuc-new/resources/views/tabler/404.tpl
hellcat 1fe8673f62 1
2025-10-01 13:34:29 +08:00

23 lines
748 B
Smarty
Executable File

{include file='header.tpl'}
<body class="border-top-wide border-primary d-flex flex-column">
<div class="page page-center">
<div class="container-tight my-auto">
<div class="empty">
<div class="empty-header">404</div>
<p class="empty-title">你所尝试访问的页面不存在</p>
<p class="empty-subtitle text-secondary">
Take me home, country roads, to the place, I belong...
</p>
<div class="empty-action">
<a href="/" class="btn btn-primary">
<i class="icon ti ti-chevron-left"></i>
返回主页
</a>
</div>
</div>
</div>
</div>
{include file='footer.tpl'}