2015-08-30 00:45:56 +08:00
|
|
|
{{template "base/head" .}}
|
2024-03-22 19:42:41 +08:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content {{if .IsRepo}}repository{{end}}">
|
2020-12-01 12:00:14 +08:00
|
|
|
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
|
|
|
|
<div class="ui container center">
|
2024-03-22 19:42:41 +08:00
|
|
|
<img style="margin: 50px 0; max-width: 80vw" src="{{AssetUrlPrefix}}/img/404.png" alt="404">
|
2023-09-29 18:35:11 +08:00
|
|
|
<p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404" | Safe}}{{end}}</p>
|
|
|
|
{{if .NotFoundGoBackURL}}<a class="ui button green" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>{{end}}
|
2020-12-01 12:00:14 +08:00
|
|
|
</div>
|
2014-03-23 13:12:55 +08:00
|
|
|
</div>
|
2015-08-30 00:45:56 +08:00
|
|
|
{{template "base/footer" .}}
|