11 lines
366 B
HTML
Executable File
11 lines
366 B
HTML
Executable File
{include file="index/layout_header" title="错误"}
|
|
|
|
<div class="text-center py-5">
|
|
<div class="display-1 text-secondary mb-3">⚠</div>
|
|
<h4 class="text-light mb-2">查询失败</h4>
|
|
<p class="text-secondary">{$message|default='未知错误'}</p>
|
|
<a href="/" class="btn btn-primary mt-3">返回首页</a>
|
|
</div>
|
|
|
|
{include file="index/layout_footer"}
|