vr-shopxo-plugin/shopxo/app/install/view/public/error.html

13 lines
430 B
HTML
Raw Permalink Normal View History

{{:ModuleInclude('public/header')}}
<!-- conntent start -->
<div class="am-g">
<div class="am-text-center am-margin-xl am-padding-xl">
<p><i class="am-icon-info-circle am-icon-lg am-text-xl am-text-warning"></i></p>
<p class="am-margin-top-xs am-text-sm">{{if isset($msg)}}{{$msg}}{{else /}}异常错误{{/if}}</p>
</div>
</div>
<!-- conntent end -->
<!-- footer -->
{{:ModuleInclude('public/footer')}}