1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00
gitea/templates/status/500.tmpl

10 lines
320 B
Cheetah
Raw Normal View History

2014-03-23 01:12:55 -04:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 06:44:37 -04:00
<div id="body" class="container text-center">
2014-03-23 04:20:47 -04:00
<p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
<hr/>
2014-03-23 01:12:55 -04:00
<p>An error is occurred : {{.ErrorMsg}}</p>
2014-03-23 04:20:47 -04:00
<hr/>
2014-03-23 01:12:55 -04:00
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}