404.tmpl 634 B

1234567891011121314151617
  1. {{template "base/head" .}}
  2. <div class="ui container center">
  3. <div class="error align">
  4. <img height="200px" src="https://gitote-cdn.netlify.com/img/404.svg" alt="404"/>
  5. </div>
  6. <form class="ui form" action="{{AppSubURL}}/explore/repos" method="get">
  7. <div class="ui fluid action input">
  8. <input type="text" name="q" placeholder="{{.i18n.Tr "explore.search"}}..." required autofocus>
  9. <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
  10. </div>
  11. </form>
  12. <div class="ui center links">
  13. <img class="error image" src="https://gitote-cdn.netlify.com/logoblack.svg">
  14. </div>
  15. </div>
  16. {{template "base/footer" .}}