Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{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}