error.html 636 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns:th="http://www.thymeleaf.org" th:replace="base::layout(~{::title}, ~{::main})">
  3. <head>
  4. <title>Enactment Error</title>
  5. </head>
  6. <body>
  7. <main>
  8. <section class="pt-6 pb-6 pl-5 pr-5">
  9. <h1>Sorry, WEE have weeed and something went wrong </h1>
  10. <img id="img" class="wee-meme-image" src="../static/img/slip-and-fall.png" th:src="@{/img/slip-and-fall.png}" alt="Logo of person slipping">
  11. <h2>Let us know about it and we will try to fix ASAP</h2>
  12. <a href="/"><img src="../static/img/home-button.png" th:src="@{/img/home-button.png}" alt="Home icon"></a>
  13. </section>
  14. </main>
  15. </body>
  16. </html>