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

22 lines
760 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">500</div>
<p class="empty-title">服务器内部错误</p>
<p class="empty-subtitle text-secondary">
Take me home, country roads, to the place, I belong... Oh wait the server is down.
</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'}