21 lines
637 B
HTML
21 lines
637 B
HTML
<div class="row">
|
|
<div class="col-xs-12">
|
|
<div class="error-container">
|
|
<div class="well">
|
|
<h1 class="grey lighter smaller">
|
|
<span class="blue bigger-125">
|
|
<i class="ace-icon fa fa-sitemap"></i> {{.Code}}
|
|
</span>
|
|
页面未找到
|
|
</h1>
|
|
<hr />
|
|
<h3 class="lighter smaller">We looked everywhere but we couldn't find it!</h3>
|
|
</div>
|
|
</div>
|
|
</div><!-- /.col -->
|
|
</div><!-- /.row -->
|
|
<script type="text/javascript">
|
|
$('.page-content-area').ace_ajax('loadScripts', scripts, function () {
|
|
//inline scripts related to this page
|
|
});
|
|
</script> |