1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-18 03:24:02 +01:00
gitea/templates/status/200.tmpl

8 lines
211 B
Go HTML Template
Raw Normal View History

2014-03-02 15:25:13 +01:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 11:44:37 +01:00
<div id="body" class="container">
<p>An error has occurred: {{.ErrorMsg}}</p>
<p>Application Version: {{AppVer}}</p>
2014-03-02 15:25:13 +01:00
</div>
{{template "base/footer" .}}