gin framework

This commit is contained in:
2021-05-18 13:06:40 +08:00
parent 968c92d479
commit ae93d82716
18 changed files with 506 additions and 1 deletions

21
views/404.html Normal file
View 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>