diff options
Diffstat (limited to 'templates/status/404.tmpl')
-rw-r--r-- | templates/status/404.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl new file mode 100644 index 0000000000..b971f279a8 --- /dev/null +++ b/templates/status/404.tmpl @@ -0,0 +1,9 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +<div id="gogs-body" class="container text-center"> + <p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p> + <hr/> + <p>Application Version: {{AppVer}}</p> + <p>If you think it is an error, please open an issue on <a href="https://github.com/gogits/gogs/issues/new">GitHub</a>.</p> +</div> +{{template "base/footer" .}}
\ No newline at end of file |