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/404.tmpl

14 lines
372 B

{{template "base/head" .}}
<div class="ui middle aligned center aligned grid">
<div class="column">
<h1 class="ui image header">
<div class="content">
Error 404 - Not found
</div>
</h1>
<div class="ui error message">
{{.ErrTitle}}
</div>
</div>
</div>
{{template "base/footer" .}}