 59c31b490f
			
		
	
	
	
	
	59c31b490fdo it by define Semantic UI image class Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			615 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			615 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="ui container center">
 | |
| 	<p style="margin-top: 100px"><img class="ui centered image" src="{{StaticUrlPrefix}}/img/500.png" alt="500"/></p>
 | |
| 	<div class="ui divider"></div>
 | |
| 	<br>
 | |
| 	{{if .ErrorMsg}}<p>An error has occurred :</p>
 | |
| 	<pre style="text-align: left">{{.ErrorMsg}}</pre>{{end}}
 | |
| 	{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
 | |
| 	{{if .IsAdmin}}<p>If you are sure this is Gitea bug, please search for issue on <a href="https://github.com/go-gitea/gitea/issues">GitHub</a> and open new issue if necessary.</p>{{end}}
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |