0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-16 14:18:59 +02:00
gitea/templates/status/404.tmpl

7 lines
211 B
Cheetah
Raw Normal View History

2014-03-23 06:12:55 +01:00
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
<h4>This page is not found !</h4>
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}