2019-09-06 23:53:10 +08:00

18 lines
634 B
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{extend name="default/base" /}
{block name="title"}系统出错了 - {:WSTConf('CONF.mallName')}{__block__}{/block}
{block name="css"}{/block}
{block name="main"}
<div class="wst-container">
<div class="wst-empty empty2">
<div class="prompt2">
<span>OMG系统出错了</span>
<p>你竟然能来到这里 (╯﹏╰)</p>
<p>看来我们要去面壁思过了...</p>
</div>
<div class="button2">
<a href="javascript:history.go(-1)" class="wst-empty-btn wst-empty-btn1">返回上一页</a>
<a href="{$Request.root.true}" class="wst-empty-btn wst-empty-btn1">返回首页</a>
</div>
</div>
</div>
{/block}