1234567891011 |
- {{template "base/head" .}}
- <div class="ui container center error-pages">
- <p style="margin-top: 100px"><img height="200px" src="https://gitote-cdn.netlify.com/img/500.png" alt="500"/></p>
- <h3 style="font-weight:bold">Looks like something went wrong!</h3>
- <h4>We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.</h4>
- </div>
- <div class="ui center links">
- <img class="error image" src="https://gitote-cdn.netlify.com/logoblack.svg">
- </div>
- {{template "base/footer" .}}
|