10 lines
327 B
HTML
Executable File
10 lines
327 B
HTML
Executable File
{layout name="layout"}
|
|
<section class="error-page">
|
|
<div class="error-box">
|
|
<div class="error-body text-center">
|
|
<h1>403</h1>
|
|
<h4>抱歉,你无权访问该页面</h4>
|
|
<a href="{:url('index/index')}" class="btn btn-primary ">返回首页</a>
|
|
</div>
|
|
</div>
|
|
</section> |