500.tmpl 820 B

123456789101112131415161718
  1. {{template "base/head" .}}
  2. <div class="ui container center error-pages">
  3. <p style="margin-top: 100px"><img height="200px" src="https://unpkg.com/gitote@1.0.1/img/500.png" alt="500"/></p>
  4. <h3 style="font-weight:bold">Looks like something went wrong!</h3>
  5. <h4>We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.</h4>
  6. </div>
  7. <div class="ui center links error footer">
  8. <a href="{{AppURL}}contact"><span>Contact Support</span></a>
  9. <span>—</span>
  10. <a href="{{AppURL}}status"></i><span>Gitote Status</span></a>
  11. <span>—</span>
  12. <a href="http://twitter.com/gitotestatus"><span>@gitotestatus</span></a>
  13. </div>
  14. <div class="ui center links">
  15. <img class="error image" src="https://unpkg.com/gitote@1.0.1/logo.png">
  16. </div>
  17. {{template "base/footer" .}}