A tool to migrate GitHub Repositories to Gitea including all issues
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gitea-github-migrator/web/templates/status/403.tmpl

14 lines
364 B

{{template "base/head" .}}
<div class="ui middle aligned center aligned grid">
<div class="column">
<h1 class="ui image header">
<div class="content">
Access denied
</div>
</h1>
<div class="ui error message">
{{.ErrTitle}}
</div>
</div>
</div>
{{template "base/footer" .}}