1234567891011121314151617 |
- {{template "base/head" .}}
- <div class="ui container center">
- <div class="error align">
- <img height="200px" src="https://gitote-cdn.netlify.com/img/404.svg" alt="404"/>
- </div>
- <form class="ui form" action="{{AppSubURL}}/explore/repos" method="get">
- <div class="ui fluid action input">
- <input type="text" name="q" placeholder="{{.i18n.Tr "explore.search"}}..." required autofocus>
- <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
- </div>
- </form>
- <div class="ui center links">
- <img class="error image" src="https://gitote-cdn.netlify.com/logoblack.svg">
- </div>
- </div>
- {{template "base/footer" .}}
|