gin framework
This commit is contained in:
21
views/404.html
Normal file
21
views/404.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user