1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-05 22:53:14 +03:00
gitea/templates/status/500.tmpl

10 lines
320 B
Cheetah
Raw Normal View History

2014-04-10 22:20:58 +04:00
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container text-center">
<p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
<hr/>
<p>An error is occurred : {{.ErrorMsg}}</p>
<hr/>
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}