500.tmpl 540 B

1234567891011
  1. {{template "base/head" .}}
  2. <div class="ui container center error-pages">
  3. <p style="margin-top: 100px"><img height="200px" src="https://gitote-cdn.netlify.com/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">
  8. <img class="error image" src="https://gitote-cdn.netlify.com/logoblack.svg">
  9. </div>
  10. {{template "base/footer" .}}